Copybara import of the project:

--
8d5e7f017d975d4ecd5ad6004079fec0f6b417e1 by Mrigank Khandelwal <mrigankkhandelwal300@gmail.com>:

fix: Fixed incorrect difinition of MCP in function docstring
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/594 from Mrigankkh:main 0d52a8059a7c3438207a86c03cfd3f25204d4b2e
PiperOrigin-RevId: 755698357
This commit is contained in:
Mrigank Khandelwal 2025-05-06 23:19:32 -07:00 committed by Copybara-Service
parent c565473bf8
commit 180c2a934b

View File

@ -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.
representation in the MCP (Model Context Protocol) system.
Args:
tool: The ADK tool to convert. It should be an instance of a class derived