We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff7a14 commit 840e554Copy full SHA for 840e554
src/utils/mcp_discovery.py
@@ -31,8 +31,7 @@
31
32
async def _discover_async(config_json: Dict[str, Any]) -> List[Dict[str, Any]]:
33
"""Return a list[dict] with the tool metadata advertised by the MCP server."""
34
-
35
- from src.services.mcp_service import MCPService
+ from src.services.adk.mcp_service import MCPService
36
37
service = MCPService()
38
tools, exit_stack = await service._connect_to_mcp_server(config_json)
0 commit comments