fix: disable claude plugin bundled mcps

This commit is contained in:
Affaan Mustafa
2026-04-30 01:05:20 -04:00
committed by Affaan Mustafa
parent d49f0329a9
commit 0c61710c43
5 changed files with 61 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"required": ["name"],
"properties": {
"name": { "type": "string" },
"version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$" },
"version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+(?:-[0-9A-Za-z.-]+)?$" },
"description": { "type": "string" },
"author": {
"oneOf": [
@@ -31,6 +31,22 @@
"type": "array",
"items": { "type": "string" }
},
"commands": {
"type": "array",
"items": { "type": "string" }
},
"mcpServers": {
"oneOf": [
{ "type": "string" },
{
"type": "array",
"items": { "type": "string" }
},
{
"type": "object"
}
]
},
"features": {
"type": "object",
"properties": {