mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 06:54:15 -07:00
Support MCP StreamableHTTPClientTransport (#1014)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user