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

    Function updateMCPServer

    • Update an MCP server configuration

      Parameters

      Returns Promise<MCPServer>

      The updated MCP server

      401 - Not authenticated

      404 - Server not found

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

      const updated = await updateMCPServer("server-123", {
      name: "Updated Server Name",
      enabled: true,
      });