From 26186e92caa42a48872cb47cd69a6e363c06df8a Mon Sep 17 00:00:00 2001 From: Rihards Date: Sun, 17 May 2026 07:49:55 +0000 Subject: [PATCH] Add processgit.mcp.yaml - enable per-repo MCP server --- processgit.mcp.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 processgit.mcp.yaml diff --git a/processgit.mcp.yaml b/processgit.mcp.yaml new file mode 100644 index 0000000..cd9e72e --- /dev/null +++ b/processgit.mcp.yaml @@ -0,0 +1,18 @@ +# ProcessGit MCP Configuration +# Exposes this UAPF process package as an MCP server (process-as-knowledge). +version: 1 + +server: + name: "Semantic Document Analysis - UAPF reference algorithm" + description: "MCP server for the semantic document analysis process (UAPF package dev.uapf.semantic-document-analysis)." + instructions: | + This repository is a UAPF process package - the reference algorithm for + extracting VDVC-conformant semantic metadata from a document. Use + 'search' and 'get_entity' to explore the BPMN flow, and 'validate' to + check the model. The process executes via UAPF-IP; see the /uapf-ip + endpoint of this repo. + +sources: + - path: "bpmn/semantic-document-analysis.bpmn.xml" + type: "xml" + description: "BPMN - redact, extract, emit flow"