@cpod/sdk - v0.2.7
    Preparing search index...

    Function getMCPServerTools

    • Get tools available on a specific MCP server

      Parameters

      • serverId: string

        The unique identifier of the MCP server

      Returns Promise<MCPTool[]>

      Array of tools for the server

      401 - Not authenticated

      404 - Server not found

      import { getMCPServerTools } from "@cpod/sdk";

      const tools = await getMCPServerTools("server-123");