Uses of Class
com.google.adk.tools.mcp.McpSessionManager

Packages that use McpSessionManager
Package
Description
 
  • Uses of McpSessionManager in com.google.adk.tools.mcp

    Constructors in com.google.adk.tools.mcp with parameters of type McpSessionManager
    Modifier
    Constructor
    Description
     
    McpAsyncTool(io.modelcontextprotocol.spec.McpSchema.Tool mcpTool, io.modelcontextprotocol.client.McpAsyncClient mcpSession, McpSessionManager mcpSessionManager)
    Creates a new McpAsyncTool with the default ObjectMapper.
     
    McpAsyncTool(io.modelcontextprotocol.spec.McpSchema.Tool mcpTool, io.modelcontextprotocol.client.McpAsyncClient mcpSession, McpSessionManager mcpSessionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    Creates a new McpAsyncTool
     
    McpTool(io.modelcontextprotocol.spec.McpSchema.Tool mcpTool, io.modelcontextprotocol.client.McpSyncClient mcpSession, McpSessionManager mcpSessionManager)
    Creates a new McpTool with the default ObjectMapper.
     
    McpTool(io.modelcontextprotocol.spec.McpSchema.Tool mcpTool, io.modelcontextprotocol.client.McpSyncClient mcpSession, McpSessionManager mcpSessionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    Creates a new McpTool with the default ObjectMapper.
     
    McpToolset(McpSessionManager mcpSessionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Optional<Object> toolFilter)
    Initializes the McpToolset with an McpSessionManager.