Skip to content

Commit b52160f

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

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

static/schema/schema.v2.json

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,19 +1063,6 @@
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."
10791066
}
10801067
},
10811068
"additionalProperties": false,
@@ -1253,27 +1240,6 @@
12531240
},
12541241
"additionalProperties": false,
12551242
"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": {}
12771243
}
12781244
},
12791245
"additionalProperties": false,

0 commit comments

Comments
 (0)