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

Function test_mcp_manager_new

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

Source from the content-addressed store, hash-verified

500
501 #[tokio::test]
502 async fn test_mcp_manager_new() {
503 let manager = McpManager::new();
504 let status = manager.get_status().await;
505 assert!(status.is_empty());
506 }
507
508 #[tokio::test]
509 async fn test_mcp_manager_register_server() {

Callers

nothing calls this directly

Calls 1

get_statusMethod · 0.80

Tested by

no test coverage detected