mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Add web socket protocol support for IDE MCP server (#987)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
parent
ff478781ad
commit
1fcbdef994
5 changed files with 149 additions and 8 deletions
|
|
@ -45,6 +45,8 @@ export class MCPServerConfig {
|
|||
readonly cwd?: string,
|
||||
// For sse transport
|
||||
readonly url?: string,
|
||||
// For websocket transport
|
||||
readonly tcp?: string,
|
||||
// Common
|
||||
readonly timeout?: number,
|
||||
readonly trust?: boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue