-
Notifications
You must be signed in to change notification settings - Fork 359
-
The documentation provided to integrate MCP server to an agent is as per version 0.1.0.
However, in the latest version 0.5.0 I see the MCP related classes have gone through quite some changes.
Could the documentation be updated, and some sample be provided.
I would also prefer if the sample is around StreamableHTTP, as that is more preferred over SSE
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
check this out @arani87 :
As MCP Client :
https://google.github.io/adk-docs/tools-custom/mcp-tools/#1-using-mcp-servers-with-adk-agents-adk-as-an-mcp-client-in-adk-web.
Hope this help.
Beta Was this translation helpful? Give feedback.
All reactions
-
and check this for code docs :
https://google.github.io/adk-docs/api-reference/java/com/google/adk/tools/mcp/package-summary.html
Beta Was this translation helpful? Give feedback.