* `api_key` - API Key * `oauth` - OAuth
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MCPAuthTypeEnum", "title": "MCPAuthTypeEnum", "enum": [ "api_key", "oauth" ], "type": "string", "description": "* `api_key` - API Key\n* `oauth` - OAuth" }