Skip to content

Commit 180c2a9

Browse files
Mrigankkhcopybara-github
authored andcommitted
Copybara import of the project:
-- 8d5e7f0 by Mrigank Khandelwal <mrigankkhandelwal300@gmail.com>: fix: Fixed incorrect difinition of MCP in function docstring COPYBARA_INTEGRATE_REVIEW=#594 from Mrigankkh:main 0d52a80 PiperOrigin-RevId: 755698357
1 parent c565473 commit 180c2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/tools/mcp_tool/conversion_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def adk_to_mcp_tool_type(tool: BaseTool) -> mcp_types.Tool:
2222
"""Convert a Tool in ADK into MCP tool type.
2323
2424
This function transforms an ADK tool definition into its equivalent
25-
representation in the MCP (Model Control Plane) system.
25+
representation in the MCP (Model Context Protocol) system.
2626
2727
Args:
2828
tool: The ADK tool to convert. It should be an instance of a class derived

0 commit comments

Comments
 (0)