McpServerCreateRequest
McpServerCreateRequest
Request to create 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
Required
Constraints:
minLength: 1
Base URL to access the MCP server.
transport
Required
MCP server communication transport protocol
Possible values are :
STREAMABLE_HTTP,
SSE,