precommit

This commit is contained in:
Omar Abdelwahab 2025-11-12 19:02:54 -08:00
parent 66ca51ac0d
commit 1a6cb7041d
9 changed files with 43 additions and 26 deletions

View file

@ -1878,6 +1878,13 @@ paths:
required: false
schema:
$ref: '#/components/schemas/URL'
- name: authorization
in: query
description: >-
(Optional) OAuth access token for authenticating with the MCP server.
required: false
schema:
type: string
deprecated: false
/v1/toolgroups:
get:
@ -8370,6 +8377,10 @@ components:
- type: object
description: >-
A dictionary of arguments to pass to the tool.
authorization:
type: string
description: >-
(Optional) OAuth access token for authenticating with the MCP server.
additionalProperties: false
required:
- tool_name

View file

@ -1881,6 +1881,13 @@ paths:
required: false
schema:
$ref: '#/components/schemas/URL'
- name: authorization
in: query
description: >-
(Optional) OAuth access token for authenticating with the MCP server.
required: false
schema:
type: string
deprecated: false
/v1/toolgroups:
get:
@ -9086,6 +9093,10 @@ components:
- type: object
description: >-
A dictionary of arguments to pass to the tool.
authorization:
type: string
description: >-
(Optional) OAuth access token for authenticating with the MCP server.
additionalProperties: false
required:
- tool_name