Expand description
Client connection pooling.
This module provides connection pooling for MCP clients, allowing efficient reuse of connections to MCP servers.
Structsยง
- Client
Pool - A pool of client connections.
- Client
Pool Builder - Builder for creating a client pool.
- Pool
Config - Configuration for a client connection pool.
- Pool
Stats - Statistics about a connection pool.
- Pooled
Client - A pooled client connection.