Uses of Class
com.google.adk.tools.mcp.SseServerParameters
Packages that use SseServerParameters
-
Uses of SseServerParameters in com.google.adk.tools.mcp
Methods in com.google.adk.tools.mcp that return SseServerParametersModifier and TypeMethodDescriptionabstract SseServerParameters
SseServerParameters.Builder.build()
Builds a newSseServerParameters
instance.Methods in com.google.adk.tools.mcp with parameters of type SseServerParametersModifier 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.Constructors in com.google.adk.tools.mcp with parameters of type SseServerParametersModifierConstructorDescriptionMcpToolset
(SseServerParameters connectionParams) Initializes the McpToolset with SSE server parameters, using the ObjectMapper used across the ADK.McpToolset
(SseServerParameters connectionParams, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Initializes the McpToolset with SSE server parameters.