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

    Function createMCPServer

    • Create a new MCP server configuration

      Parameters

      Returns Promise<MCPServer>

      The created MCP server

      400 - Invalid server configuration

      401 - Not authenticated

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

      const server = await createMCPServer({
      name: "Custom Tools Server",
      url: "https://mcp.example.com",
      description: "Custom MCP tools",
      });