Smithery

connect.update

Create or update an MCP connection with the given ID. mcpUrl is required when creating a new connection, but optional when updating. Returns 409 if a different mcpUrl is provided, except while the connection is input_required and the new URL keeps the same host and path.

Remote smithery

Other tools also called connect.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "mock": {
      "type": "string",
      "description": "body parameter"
    },
    "name": {
      "type": "string",
      "description": "body parameter"
    },
    "mcpUrl": {
      "type": "string",
      "description": "body parameter"
    },
    "headers": {
      "type": "string",
      "description": "body parameter"
    },
    "metadata": {
      "type": "string",
      "description": "body parameter"
    },
    "namespace": {
      "type": "string",
      "description": "path parameter"
    },
    "transport": {
      "type": "string",
      "description": "body parameter"
    },
    "connectionId": {
      "type": "string",
      "description": "path parameter"
    }
  }
}