pub fn create_shared_session( path: impl AsRef<Path>, ) -> Result<Arc<Mutex<SessionManager>>>
Create a shared session manager for use in MCP server.