Skip to content

Commit ffe5de8

Browse files
author
wenhaozhao
committed
feat: support AsyncMcpTool
1 parent 4609b8e commit ffe5de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/com/google/adk/tools/mcp/McpAsyncTool.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class McpAsyncTool extends BaseTool {
5050
ObjectMapper objectMapper;
5151

5252
/**
53-
* Creates a new McpTool with the default ObjectMapper.
53+
* Creates a new McpAsyncTool with the default ObjectMapper.
5454
*
5555
* @param mcpTool The MCP tool to wrap.
5656
* @param mcpSession The MCP session to use to call the tool.
@@ -63,7 +63,7 @@ public McpAsyncTool(
6363
}
6464

6565
/**
66-
* Creates a new McpTool with the default ObjectMapper.
66+
* Creates a new McpAsyncTool
6767
*
6868
* @param mcpTool The MCP tool to wrap.
6969
* @param mcpSession The MCP session to use to call the tool.

0 commit comments

Comments
 (0)