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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,