Module pool

Module pool 

Source
Expand description

Client connection pooling.

This module provides connection pooling for MCP clients, allowing efficient reuse of connections to MCP servers.

Structsยง

ClientPool
A pool of client connections.
ClientPoolBuilder
Builder for creating a client pool.
PoolConfig
Configuration for a client connection pool.
PoolStats
Statistics about a connection pool.
PooledClient
A pooled client connection.