McpServerUpdateRequest
McpServerUpdateRequest
A request to update an MCP server.
JSON Example
{
"name": "string",
"description": "string",
"documentation_url": "string",
"headers": [
{
"name": "string",
"value": "string",
"is_secret": false
}
],
"url": "string",
"transport": "string"
}
string
name
Optional
Name of the MCP server.
string
description
Optional
Description of the MCP server.
string
documentation_url
Optional
The location of the MCP server's API documentation.
string As uri
As uri
url
Optional
Constraints:
minLength: 1
Base URL to access the MCP server.
transport
Optional
Transport protocol to use to communicate with the MCP server.