You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent-schema.json
-35Lines changed: 0 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -1205,48 +1205,13 @@
1205
1205
"additionalProperties": {
1206
1206
"type": "string"
1207
1207
}
1208
-
},
1209
-
"oauth": {
1210
-
"$ref": "#/definitions/RemoteOAuthConfig",
1211
-
"description": "Explicit OAuth configuration for remote MCP servers that do not support Dynamic Client Registration"
1212
1208
}
1213
1209
},
1214
1210
"required": [
1215
1211
"url"
1216
1212
],
1217
1213
"additionalProperties": false
1218
1214
},
1219
-
"RemoteOAuthConfig": {
1220
-
"type": "object",
1221
-
"description": "Explicit OAuth configuration for remote MCP servers. Allows using pre-registered OAuth clients with servers that do not support Dynamic Client Registration (RFC 7591), such as the Slack MCP server.",
1222
-
"properties": {
1223
-
"client_id": {
1224
-
"type": "string",
1225
-
"description": "OAuth client ID (required for explicit OAuth)",
1226
-
"examples": ["3660753192626.8903469228982"]
1227
-
},
1228
-
"client_secret": {
1229
-
"type": "string",
1230
-
"description": "OAuth client secret (optional, for confidential clients)"
1231
-
},
1232
-
"callback_port": {
1233
-
"type": "integer",
1234
-
"description": "Fixed port for the OAuth callback server (optional). When not specified, a random available port is used.",
1235
-
"examples": [3118]
1236
-
},
1237
-
"scopes": {
1238
-
"type": "array",
1239
-
"description": "List of OAuth scopes to request (optional). When not specified, default scopes from the server are used.",
1240
-
"items": {
1241
-
"type": "string"
1242
-
},
1243
-
"examples": [
1244
-
["search:read.public", "chat:write"]
1245
-
]
1246
-
}
1247
-
},
1248
-
"additionalProperties": false
1249
-
},
1250
1215
"ScriptShellToolConfig": {
1251
1216
"type": "object",
1252
1217
"description": "Configuration for custom shell tool",
0 commit comments