# ProcessGit MCP Configuration # Exposes this UAPF process package as an MCP server (process-as-knowledge). version: 1 server: name: "Semantic Document Analysis" description: "MCP server for the semantic document analysis UAPF package (dev.uapf.semantic-document-analysis) - BPMN flow plus three DMN decision tables." instructions: | This repository is a UAPF process package for semantic document analysis. The algorithm lives in dmn/ as three decision tables; the BPMN in bpmn/ wires them with three capability-backed service tasks. Use 'search' and 'get_entity' to explore, 'validate' to check models. sources: - path: "bpmn/semantic-document-analysis.bpmn" type: "xml" description: "BPMN - the six-node process flow" - path: "dmn/assess-personal-data-risk.dmn" type: "xml" description: "DMN - PII signals to personal-data risk" - path: "dmn/gdpr-processing-route.dmn" type: "xml" description: "DMN - risk to CENTRAL/LOCAL processing route" - path: "dmn/human-validation-gate.dmn" type: "xml" description: "DMN - confidence thresholds to validation status"