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