Artboard
MCP Servers

Update an MCP Server

Update MCP Server

Updates an existing MCP server configuration.

PATCH
/otto/api/mcp-servers/{mcp_server_slug}

Path Parameters

mcp_server_slug*string

PATCH /otto/api/mcp-servers/:mcp_server_slug Parameter

Request Body

application/json

PATCH /otto/api/mcp-servers/:mcp_server_slug Request body

updates*

Response Body

application/json

application/json

curl -X PATCH "https://your.server.net/otto/api/mcp-servers/string" \  -H "Content-Type: application/json" \  -d '{    "updates": {}  }'
{
  "response": {},
  "messages": [
    {
      "code": 0,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}