Support MCP StreamableHTTPClientTransport (#1014)

This commit is contained in:
Shreya Keshive
2025-06-13 20:18:06 +00:00
committed by GitHub
parent 491e367f7c
commit 1fa41af918
3 changed files with 12 additions and 105 deletions

View File

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