MCP Server
Active
1
0

Upload files to "/"

This commit is contained in:
2026-02-05 18:44:03 +00:00
commit f89c1c43bd
4 changed files with 879 additions and 0 deletions

18
processgit.viewer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"version": 1,
"viewers": [
{
"id": "vdvc-register",
"primary_pattern": "vdvc-register.xml",
"type": "html",
"entry": "vdvc-register-viewer.html",
"edit_allow": [
"vdvc-register.xml"
],
"targets": {
"xsd": "vdvc-register.xsd",
"xml": "vdvc-register.xml"
}
}
]
}