From 180c2a934b8489d0db3208437d72067232dd24d2 Mon Sep 17 00:00:00 2001 From: Mrigank Khandelwal Date: Tue, 6 May 2025 23:19:32 -0700 Subject: [PATCH] Copybara import of the project: -- 8d5e7f017d975d4ecd5ad6004079fec0f6b417e1 by Mrigank Khandelwal : 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 --- src/google/adk/tools/mcp_tool/conversion_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/adk/tools/mcp_tool/conversion_utils.py b/src/google/adk/tools/mcp_tool/conversion_utils.py index 8afa301..9718a73 100644 --- a/src/google/adk/tools/mcp_tool/conversion_utils.py +++ b/src/google/adk/tools/mcp_tool/conversion_utils.py @@ -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