Available on crate feature
client only.Expand description
HTTP Transport for connecting to MCP servers.
Communicates with MCP servers via HTTP using JSON-RPC over POST requests. This is used to connect to MCP servers that expose an HTTP endpoint.
Structsยง
- Http
Transport - HTTP-based MCP transport for communicating with HTTP servers.
- Http
Transport Adapter - Adapter that wraps HttpTransport and implements McpTransport.