Uses of Class
com.google.adk.tools.mcp.StreamableHttpServerParameters
Packages that use StreamableHttpServerParameters
-
Uses of StreamableHttpServerParameters in com.google.adk.tools.mcp
Methods in com.google.adk.tools.mcp that return StreamableHttpServerParametersConstructors in com.google.adk.tools.mcp with parameters of type StreamableHttpServerParametersModifierConstructorDescriptionMcpToolset(StreamableHttpServerParameters connectionParams) Initializes the McpToolset with Streamable HTTP server parameters, using the ObjectMapper used across the ADK and no tool filter.McpToolset(StreamableHttpServerParameters connectionParams, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Initializes the McpToolset with Streamable HTTP server parameters and no tool filter.McpToolset(StreamableHttpServerParameters connectionParams, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToolPredicate toolPredicate) Initializes the McpToolset with Streamable HTTP server parameters.McpToolset(StreamableHttpServerParameters connectionParams, com.fasterxml.jackson.databind.ObjectMapper objectMapper, List<String> toolNames) Initializes the McpToolset with Streamable HTTP server parameters.