You've already forked Organizations_register
Import UAPF package
Upload files to "/"
This commit is contained in:
21
processgit.mcp.yaml
Normal file
21
processgit.mcp.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user