adk-docs icon indicating copy to clipboard operation
adk-docs copied to clipboard

[Doc Bug]: MCPToolset.from_server method not found in ADK 1.0.0

Open ivanmkc opened this issue 3 months ago • 2 comments

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

ivanmkc avatar Aug 12 '25 18:08 ivanmkc

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

dylan-apex avatar Aug 20 '25 19:08 dylan-apex

With the latest adk samples and version 1.14.0, this still is an issue. Anyone tried and facing the same issue?

kavuri avatar Sep 12 '25 14:09 kavuri