mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Support MCP StreamableHTTPClientTransport (#1014)
This commit is contained in:
parent
491e367f7c
commit
1fa41af918
3 changed files with 12 additions and 105 deletions
|
|
@ -45,6 +45,8 @@ export class MCPServerConfig {
|
|||
readonly cwd?: string,
|
||||
// For sse transport
|
||||
readonly url?: string,
|
||||
// For streamable http transport
|
||||
readonly httpUrl?: string,
|
||||
// For websocket transport
|
||||
readonly tcp?: string,
|
||||
// Common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue