Uses of Class
com.google.adk.tools.mcp.McpToolset.McpToolsAndToolsetResult
Packages that use McpToolset.McpToolsAndToolsetResult
-
Uses of McpToolset.McpToolsAndToolsetResult in com.google.adk.tools.mcp
Methods in com.google.adk.tools.mcp that return types with arguments of type McpToolset.McpToolsAndToolsetResultModifier and TypeMethodDescriptionMcpToolset.fromServer
(SseServerParameters connectionParams) Retrieve all tools from the MCP connection using SSE server parameters and the ObjectMapper used across the ADK.McpToolset.fromServer
(SseServerParameters connectionParams, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Retrieve all tools from the MCP connection using SSE server parameters.McpToolset.fromServer
(io.modelcontextprotocol.client.transport.ServerParameters connectionParams) Retrieve all tools from the MCP connection using local server parameters and the ObjectMapper used across the ADK.McpToolset.fromServer
(io.modelcontextprotocol.client.transport.ServerParameters connectionParams, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Retrieve all tools from the MCP connection using local server parameters.