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