adk-docs
adk-docs copied to clipboard
[Doc Bug]: MCPToolset.from_server method not found in ADK 1.0.0
This issue is a transfer from google/adk-samples#116.
Original author: @nikhilpurwant
Description
ADK 1.0.0
Following the documentation at https://google.github.io/adk-docs/tools/mcp-tools/#using-mcp-tools-in-your-own-agent-out-of-adk-web
Running this example produces error:
An error occurred: type object 'MCPToolset' has no attribute 'from_server'
As the MCPToolset class does not have this method in ADK 1.0.0.
So what's the right way to run MCP tools with custom runner ?d
In 1.9.0 (at least) and up, this is no longer an issue. I used the reference code and can read/write/list files
With the latest adk samples and version 1.14.0, this still is an issue. Anyone tried and facing the same issue?