Skip to content

Commit cd7ec93

Browse files
chore: generate
1 parent 796b652 commit cd7ec93

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

packages/sdk/openapi.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6113,11 +6113,11 @@
61136113
}
61146114
},
61156115
"400": {
6116-
"description": "Bad request",
6116+
"description": "MCP server does not support OAuth",
61176117
"content": {
61186118
"application/json": {
61196119
"schema": {
6120-
"$ref": "#/components/schemas/BadRequestError"
6120+
"$ref": "#/components/schemas/McpUnsupportedOAuthError"
61216121
}
61226122
}
61236123
}
@@ -6331,11 +6331,11 @@
63316331
}
63326332
},
63336333
"400": {
6334-
"description": "Bad request",
6334+
"description": "MCP server does not support OAuth",
63356335
"content": {
63366336
"application/json": {
63376337
"schema": {
6338-
"$ref": "#/components/schemas/BadRequestError"
6338+
"$ref": "#/components/schemas/McpUnsupportedOAuthError"
63396339
}
63406340
}
63416341
}
@@ -13276,6 +13276,15 @@
1327613276
}
1327713277
]
1327813278
},
13279+
"McpUnsupportedOAuthError": {
13280+
"type": "object",
13281+
"properties": {
13282+
"error": {
13283+
"type": "string"
13284+
}
13285+
},
13286+
"required": ["error"]
13287+
},
1327913288
"Path": {
1328013289
"type": "object",
1328113290
"properties": {

0 commit comments

Comments
 (0)