Skip to content

Commit cc01026

Browse files
Update schema.v2.json
1 parent fea4768 commit cc01026

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

static/schema/schema.v2.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,19 @@
10631063
"additionalProperties": false,
10641064
"default": {},
10651065
"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."
10661079
}
10671080
},
10681081
"additionalProperties": false,
@@ -1240,6 +1253,27 @@
12401253
},
12411254
"additionalProperties": false,
12421255
"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."
1273+
}
1274+
},
1275+
"additionalProperties": false,
1276+
"default": {}
12431277
}
12441278
},
12451279
"additionalProperties": false,

0 commit comments

Comments
 (0)