Expand description
Shared server wrappers for concurrent access
This module provides thread-safe wrappers around McpServer instances that enable concurrent access across multiple async tasks without exposing Arc/Mutex complexity.
Structsยง
- Shared
Server - Thread-safe wrapper for sharing McpServer instances across async tasks