8000 Merge branch 'main' into support-async-tool-callbacks · CaffeeLake/adk-python@504aa6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 504aa6b

Browse files
Merge branch 'main' into support-async-tool-callbacks
2 parents 08ac9a1 + 4ae8d72 commit 504aa6b

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

0 commit comments

Comments
 (0)
0