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