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: static/schema/schema.v2.json
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1063,6 +1063,19 @@
1063
1063
"additionalProperties": false,
1064
1064
"default": {},
1065
1065
"description": "checkmake is a linter for Makefiles."
1066
+
},
1067
+
"osvScanner": {
1068
+
"type": "object",
1069
+
"properties": {
1070
+
"enabled": {
1071
+
"type": "boolean",
1072
+
"default": true,
1073
+
"description": "Enable OSV Scanner | OSV Scanner is a tool for vulnerability package scanning | v2.1.0"
1074
+
}
1075
+
},
1076
+
"additionalProperties": false,
1077
+
"default": {},
1078
+
"description": "OSV Scanner is a tool for vulnerability package scanning."
1066
1079
}
1067
1080
},
1068
1081
"additionalProperties": false,
@@ -1240,6 +1253,27 @@
1240
1253
},
1241
1254
"additionalProperties": false,
1242
1255
"default": {}
1256
+
},
1257
+
"mcp": {
1258
+
"type": "object",
1259
+
"properties": {
1260
+
"usage": {
1261
+
"type": "string",
1262
+
"enum": ["auto", "enabled", "disabled"],
1263
+
"default": "auto",
1264
+
"description": "MCP | Enable the MCP knowledge base integration. 'auto' disables the integration for public repositories."
1265
+
},
1266
+
"disabled_servers": {
1267
+
"type": "array",
1268
+
"items": {
1269
+
"type": "string"
1270
+
},
1271
+
"default": [],
1272
+
"description": "MCP Disabled Servers | Specify MCP server labels to disable (case-insensitive). These servers will be excluded from reviews and knowledge base queries."
0 commit comments