()
| 2507 | static MCP_OAUTH_MANAGER: std::sync::OnceLock<McpOAuthManager> = std::sync::OnceLock::new(); |
| 2508 | |
| 2509 | fn get_mcp_oauth_manager() -> &'static McpOAuthManager { |
| 2510 | MCP_OAUTH_MANAGER.get_or_init(McpOAuthManager::new) |
| 2511 | } |
| 2512 | |
| 2513 | impl From<McpServerInfoStruct> for McpStatusInfo { |
| 2514 | fn from(info: McpServerInfoStruct) -> Self { |
no outgoing calls
no test coverage detected