You've already forked dokumenta-semantiska-analize
Import UAPF package
UAPF-specification v2.0.0 mandates OMG-standard cornerstone extensions. Renamed cornerstone files and updated references in README / docs / processgit.mcp.yaml. Content of the BPMN/DMN files is unchanged.
19 lines
780 B
YAML
MCP Server
19 lines
780 B
YAML
MCP Server
# 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"
|
|
type: "xml"
|
|
description: "BPMN - redact, extract, emit flow"
|