Transport
Table of Contents
Interfaces
- TransportInterface
- Interface for client transports that communicate with MCP servers.
Classes
- BaseTransport
- Base implementation for client transports.
- HttpTransport
- HTTP-based client transport using PSR-18 HTTP client.
- StdioTransport
- Client transport that spawns a child process and communicates via stdio.