Prove adapter launcher modules are runnable
This commit is contained in:
parent
3bf3836ac3
commit
ecbf94d14a
3 changed files with 293 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue