Share feedback
Answers are generated based on the documentation.

Experimental

Schema

McpServer

Type: object

McpServer projects one external server key configured on a gateway.
name

Type: string

name is the external configured server key, not an API resource name.
All schema constraints and annotations
{
  "description": "name is the external configured server key, not an API resource name.",
  "type": "string"
}
type

Schema: McpServerType

type is the configured server type.
All schema constraints and annotations
{
  "$ref": "#/components/schemas/McpServerType",
  "description": "type is the configured server type."
}
All schema constraints and annotations
{
  "description": "McpServer projects one external server key configured on a gateway.",
  "properties": {
    "name": {
      "description": "name is the external configured server key, not an API resource name.",
      "type": "string"
    },
    "type": {
      "$ref": "#/components/schemas/McpServerType",
      "description": "type is the configured server type."
    }
  },
  "title": "McpServer",
  "type": "object"
}