File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
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 }
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" : {
You can’t perform that action at this time.
0 commit comments