refactor: remove crate re-export aliases from lib.rs (#18737)

This commit is contained in:
Simo Lin
2026-02-12 09:17:24 -08:00
committed by GitHub
parent e730c728d3
commit 0236522214
74 changed files with 240 additions and 284 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use std::collections::HashMap;
use common::mock_mcp_server::MockMCPServer;
use serde_json::json;
use smg::mcp::{error::McpError, McpConfig, McpManager, McpServerConfig, McpTransport};
use smg_mcp::{error::McpError, McpConfig, McpManager, McpServerConfig, McpTransport};
/// Create a new mock server for testing (each test gets its own)
async fn create_mock_server() -> MockMCPServer {