We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4609b8e commit ffe5de8Copy full SHA for ffe5de8
core/src/main/java/com/google/adk/tools/mcp/McpAsyncTool.java
@@ -50,7 +50,7 @@ public final class McpAsyncTool extends BaseTool {
50
ObjectMapper objectMapper;
51
52
/**
53
- * Creates a new McpTool with the default ObjectMapper.
+ * Creates a new McpAsyncTool with the default ObjectMapper.
54
*
55
* @param mcpTool The MCP tool to wrap.
56
* @param mcpSession The MCP session to use to call the tool.
@@ -63,7 +63,7 @@ public McpAsyncTool(
63
}
64
65
66
+ * Creates a new McpAsyncTool
67
68
69
0 commit comments