[model-gateway] Tighten visibility in modules and remove unused re-exports (#16524)

This commit is contained in:
Chang Su
2026-01-05 17:38:50 -08:00
committed by GitHub
parent ce694b2b9e
commit b98bd9a5fb
33 changed files with 130 additions and 383 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::{McpConfig, McpError, 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 {