You've already forked Organizations_register
Import UAPF package
22 lines
828 B
YAML
MCP Server
22 lines
828 B
YAML
MCP Server
# 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"
|