Merge branch 'main' into support-async-tool-callbacks

This commit is contained in:
Alankrit Verma
2025-04-28 23:21:10 -04:00
committed by GitHub
@@ -22,7 +22,7 @@ def adk_to_mcp_tool_type(tool: BaseTool) -> mcp_types.Tool:
"""Convert a Tool in ADK into MCP tool type.
This function transforms an ADK tool definition into its equivalent
representation in the MCP (Model Control Plane) system.
MCP (Model Context Protocol) representation.
Args:
tool: The ADK tool to convert. It should be an instance of a class derived