@costrinity/vigil-compliance-mcp 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Pair with [`@costrinity/vigil-mcp`](https://www.npmjs.com/package/@costrinity/vigil-mcp) (the JSON-RPC observer): the observer captures what your agent does, this server gives your agent compliance superpowers before it acts.
6
6
 
7
+ **Signed audit records:** every decision tool here (consent, AI Act, breach, DPIA, sectoral) writes an HMAC-signed, tamper-evident record of its verdict the moment it runs, retrievable and verifiable via `GET /api/compliance/preflight-audit`. Pure validators and lookups make no decision and are not recorded.
8
+
7
9
  ## What it gives your agent
8
10
 
9
11
  | Tool | Purpose |
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@costrinity/vigil-compliance-mcp",
3
- "version": "0.1.0",
4
- "description": "MCP server exposing VIGIL's compliance fabric — consent / breach / DPIA / AI Act / identifier validators / cross-border — as tools LLM agents can call mid-task. 13 jurisdictions, 28+ regulatory regimes.",
3
+ "mcpName": "io.github.COSTRINITY/vigil-compliance-mcp",
4
+ "version": "0.1.1",
5
+ "description": "MCP server exposing VIGIL's compliance fabric (consent, breach, DPIA, AI Act, identifier validators, cross-border) as tools LLM agents can call mid-task; decision checks write signed, tamper-evident audit records. 13 jurisdictions, 28+ regulatory regimes.",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",
7
8
  "bin": {
@@ -11,7 +12,8 @@
11
12
  "build": "tsc",
12
13
  "dev": "tsc --watch",
13
14
  "start": "node dist/index.js",
14
- "prepublishOnly": "tsc"
15
+ "prepublishOnly": "tsc",
16
+ "sync:mirror": "bash sync-mirror.sh"
15
17
  },
16
18
  "keywords": [
17
19
  "mcp",
@@ -34,11 +36,10 @@
34
36
  "homepage": "https://vigil.costrinity.xyz/why-vigil",
35
37
  "repository": {
36
38
  "type": "git",
37
- "url": "git+https://github.com/COSTRINITY/costrinity-api.git",
38
- "directory": "vigil/packages/vigil-compliance-mcp"
39
+ "url": "git+https://github.com/COSTRINITY/vigil-compliance-mcp.git"
39
40
  },
40
41
  "bugs": {
41
- "url": "https://github.com/COSTRINITY/costrinity-api/issues"
42
+ "url": "https://github.com/COSTRINITY/vigil-compliance-mcp/issues"
42
43
  },
43
44
  "files": [
44
45
  "dist",