Updated the authentication field to take just the token

This commit is contained in:
Omar Abdelwahab 2025-11-05 10:48:05 -08:00
parent 8632c705aa
commit 09ef0b38c1
8 changed files with 10721 additions and 13 deletions

File diff suppressed because it is too large Load diff

View file

@ -6419,7 +6419,8 @@ components:
authorization:
type: string
description: >-
(Optional) Bearer token authorization string (format: "Bearer <token>")
(Optional) OAuth access token for authenticating with the MCP server (provide
just the token, not "Bearer <token>")
require_approval:
oneOf:
- type: string

View file

@ -7135,7 +7135,8 @@ components:
authorization:
type: string
description: >-
(Optional) Bearer token authorization string (format: "Bearer <token>")
(Optional) OAuth access token for authenticating with the MCP server (provide
just the token, not "Bearer <token>")
require_approval:
oneOf:
- type: string