MCP Prompt and Resources #3097
Replies: 1 comment
-
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: You are correct. While the MCP standard includes definitions for tools, prompts, and resources, the current ADK integration primarily focuses on the 'tools' aspect via the Hi @deepakbatham572, Thank you for your insightful question. Your understanding of the Model Context Protocol (MCP) specification is correct; it is designed to standardize communication for tools, prompts, and resources. [2] Your observation about the Google Agent Development Kit (ADK) is also accurate. The current implementation of the ADK-MCP integration is centered around the discovery and consumption of tools from an MCP server, which is managed through the Currently, there are no equivalent high-level abstractions like In the meantime, you can manage prompts and resources using standard Python practices within your agent's implementation:
We appreciate you highlighting this and it's valuable feedback for the ADK team. Citations: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As per the MCP docs we can define the tools , prompts and resources and use them
Refer: MCP Prompts Doc
However , in adk we can only able to use tools with MCPToolset.
can we have something for prompts and resources as well ?
Beta Was this translation helpful? Give feedback.
All reactions