From 4ae8d72a8dfa192d8c9e70c703e548226bcf0c8c Mon Sep 17 00:00:00 2001 From: Paul Lam Date: Tue, 29 Apr 2025 11:47:34 +0900 Subject: [PATCH] docs: correct typo in conversion_utils.py (#351) * docs: correct typo in conversion_utils.py * docs: edited for conciseness --- 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..9884b77 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. + MCP (Model Context Protocol) representation. Args: tool: The ADK tool to convert. It should be an instance of a class derived