Expand description
MCP proxy — connects to upstream MCP servers and proxies tool calls.
Supports two transports:
- SSE: Legacy MCP transport with SSE stream for responses.
- Streamable HTTP: POST-based transport with
mcp-session-idheader.
Structs§
- McpProxy
Client - Single upstream MCP server connection.
- Proxy
Manager - Manages multiple upstream MCP proxy connections.
Enums§
- Proxy
Transport - Transport mode for upstream MCP server.