Add web socket protocol support for IDE MCP server (#987)

Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
Shreya Keshive
2025-06-13 13:30:44 +00:00
committed by GitHub
parent ff478781ad
commit 1fcbdef994
5 changed files with 149 additions and 8 deletions

View File

@@ -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,