MCP Server
Active
1
0

Upload files to "/"

This commit is contained in:
2026-02-06 17:01:50 +00:00
parent 8ee38a4b36
commit e013298928

21
processgit.mcp.yaml Normal file
View File

@@ -0,0 +1,21 @@
# ProcessGit MCP Configuration for VARAM Organizations_register
# Place this file in your repository root to enable MCP
version: 1
server:
name: "VARAM Organizations Register"
description: "MCP server for querying organization registry data"
instructions: "Query organizations, contacts, departments, and relationships from the VARAM registry. Use 'search' to find specific organizations, 'list_entities' to browse all records, or 'get_entity' to retrieve details by ID."
sources:
# Main organization registry XML file
- path: "vdvc-register.xml"
type: "xml"
description: "VARAM organization registry database"
# If you have additional XML files, add them here:
# - path: "data/contacts.xml"
# type: "xml"
# schema: "schemas/contacts.xsd" # optional
# description: "Contact information"