Skip to content

Commit 840e554

Browse files
fix: update import to new path
1 parent 7ff7a14 commit 840e554

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/mcp_discovery.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131

3232
async def _discover_async(config_json: Dict[str, Any]) -> List[Dict[str, Any]]:
3333
"""Return a list[dict] with the tool metadata advertised by the MCP server."""
34-
35-
from src.services.mcp_service import MCPService
34+
from src.services.adk.mcp_service import MCPService
3635

3736
service = MCPService()
3837
tools, exit_stack = await service._connect_to_mcp_server(config_json)

0 commit comments

Comments
 (0)