diff options
| author | Shreya Keshive <[email protected]> | 2025-06-13 13:30:44 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-13 09:30:44 -0400 |
| commit | 1fcbdef994c0be99c5b06e2af2e9fb432c6e8d38 (patch) | |
| tree | 4ab2dac59415dc91600772f1d4559be37d9073a1 /packages/core/src/config/config.ts | |
| parent | ff478781ad3f23e7bbec80e9a20d0f7ee6eda23b (diff) | |
Add web socket protocol support for IDE MCP server (#987)
Co-authored-by: matt korwel <[email protected]>
Diffstat (limited to 'packages/core/src/config/config.ts')
| -rw-r--r-- | packages/core/src/config/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/core/src/config/config.ts b/packages/core/src/config/config.ts index abc2240b..5e13241d 100644 --- a/packages/core/src/config/config.ts +++ b/packages/core/src/config/config.ts @@ -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, |
