fix: update import to new path
This commit is contained in:
parent
7ff7a1455c
commit
840e55438a
@ -31,8 +31,7 @@ import asyncio
|
||||
|
||||
async def _discover_async(config_json: Dict[str, Any]) -> List[Dict[str, Any]]:
|
||||
"""Return a list[dict] with the tool metadata advertised by the MCP server."""
|
||||
|
||||
from src.services.mcp_service import MCPService
|
||||
from src.services.adk.mcp_service import MCPService
|
||||
|
||||
service = MCPService()
|
||||
tools, exit_stack = await service._connect_to_mcp_server(config_json)
|
||||
|
Loading…
Reference in New Issue
Block a user