()
| 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() { |
nothing calls this directly
no test coverage detected