Create a new MCP server configuration
Server creation data (name, url, tools)
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",}); Copy
import { createMCPServer } from "@cpod/sdk";const server = await createMCPServer({ name: "Custom Tools Server", url: "https://mcp.example.com", description: "Custom MCP tools",});
Create a new MCP server configuration