Experimental
Schema
AddMcpGatewayServerResponse
Type:
object
AddMcpGatewayServerResponse returns the added or already-present server.
server
Schema:
McpServer
server is the gateway server.
All schema constraints and annotations
{
"$ref": "#/components/schemas/McpServer",
"description": "server is the gateway server."
}All schema constraints and annotations
{
"description": "AddMcpGatewayServerResponse returns the added or already-present server.",
"properties": {
"server": {
"$ref": "#/components/schemas/McpServer",
"description": "server is the gateway server."
}
},
"title": "AddMcpGatewayServerResponse",
"type": "object"
}