1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Prove adapter launcher modules are runnable

This commit is contained in:
Andraxion 2026-07-29 15:01:11 -04:00
parent 3bf3836ac3
commit ecbf94d14a
3 changed files with 293 additions and 10 deletions

View file

@ -36,8 +36,10 @@
"type": "string",
"minLength": 1,
"maxLength": 255,
"pattern": "^[A-Za-z_][A-Za-z0-9_]*(\\.[A-Za-z_][A-Za-z0-9_]*){0,31}$",
"not": { "const": "docforge.mcp_server" }
"anyOf": [
{ "pattern": "^[A-Za-z_][A-Za-z0-9_]*$" },
{ "const": "docforge.reference_mcp" }
]
}
},
"additionalProperties": false