Get the global MCP service instance (if initialized)
()
| 54 | |
| 55 | /// Get the global MCP service instance (if initialized) |
| 56 | pub fn get_mcp_service() -> Option<&'static std::sync::Arc<bitfun_core::service::mcp::MCPService>> { |
| 57 | MCP_SERVICE.get() |
| 58 | } |
| 59 | |
| 60 | #[derive(Parser)] |
| 61 | #[command(name = "bitfun")] |
no test coverage detected