From e013298928c25656a542339e1f4a03c89d77c361 Mon Sep 17 00:00:00 2001 From: Rihards Date: Fri, 6 Feb 2026 17:01:50 +0000 Subject: [PATCH] Upload files to "/" --- processgit.mcp.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 processgit.mcp.yaml diff --git a/processgit.mcp.yaml b/processgit.mcp.yaml new file mode 100644 index 0000000..131f89b --- /dev/null +++ b/processgit.mcp.yaml @@ -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"