MCPcopy Create free account
hub / github.com/AI45Lab/Code / test_mcp_manager_default

Function test_mcp_manager_default

core/src/mcp/manager.rs:532–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

530
531 #[tokio::test]
532 async fn test_mcp_manager_default() {
533 let manager = McpManager::default();
534 let status = manager.get_status().await;
535 assert!(status.is_empty());
536 }
537
538 #[tokio::test]
539 async fn test_list_connected_empty() {

Callers

nothing calls this directly

Calls 1

get_statusMethod · 0.80

Tested by

no test coverage detected