Module shared

Module shared 

Source
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ยง

SharedServer
Thread-safe wrapper for sharing McpServer instances across async tasks