acf-mcp 1.0.0
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.
- package/LICENSE +21 -0
- package/README.md +87 -0
- package/content/fiches/.gitkeep +0 -0
- package/content/fiches/ACF-00.en.md +59 -0
- package/content/fiches/ACF-00.fr.md +59 -0
- package/content/fiches/ACF-01.en.md +32 -0
- package/content/fiches/ACF-01.fr.md +32 -0
- package/content/fiches/ACF-02.en.md +32 -0
- package/content/fiches/ACF-02.fr.md +32 -0
- package/content/fiches/ACF-03.en.md +78 -0
- package/content/fiches/ACF-03.fr.md +78 -0
- package/content/fiches/ACF-04.en.md +32 -0
- package/content/fiches/ACF-04.fr.md +32 -0
- package/content/fiches/ACF-05.en.md +32 -0
- package/content/fiches/ACF-05.fr.md +32 -0
- package/content/fiches/ACF-06.en.md +32 -0
- package/content/fiches/ACF-06.fr.md +32 -0
- package/content/fiches/ACF-07.en.md +32 -0
- package/content/fiches/ACF-07.fr.md +32 -0
- package/content/fiches/ACF-08.en.md +32 -0
- package/content/fiches/ACF-08.fr.md +32 -0
- package/content/fiches/ACF-09.en.md +32 -0
- package/content/fiches/ACF-09.fr.md +32 -0
- package/content/fiches/ACF-10.en.md +32 -0
- package/content/fiches/ACF-10.fr.md +32 -0
- package/content/fiches/ACF-11.en.md +32 -0
- package/content/fiches/ACF-11.fr.md +32 -0
- package/content/fiches/ACF-12.en.md +32 -0
- package/content/fiches/ACF-12.fr.md +32 -0
- package/content/fiches/ACF-13.en.md +32 -0
- package/content/fiches/ACF-13.fr.md +32 -0
- package/content/fiches/ACF-14.en.md +32 -0
- package/content/fiches/ACF-14.fr.md +32 -0
- package/content/fiches/ACF-15.en.md +32 -0
- package/content/fiches/ACF-15.fr.md +32 -0
- package/content/fiches/ACF-16.en.md +32 -0
- package/content/fiches/ACF-16.fr.md +32 -0
- package/content/framework/.gitkeep +0 -0
- package/content/framework/autonomy-levels.json +73 -0
- package/content/framework/ddao.json +16 -0
- package/content/framework/dimensions.json +83 -0
- package/content/framework/principles.json +77 -0
- package/content/glossary/.gitkeep +0 -0
- package/content/glossary/en.json +96 -0
- package/content/glossary/fr.json +96 -0
- package/content/guides/.gitkeep +0 -0
- package/content/manual/.gitkeep +0 -0
- package/content/meta.json +23 -0
- package/content/rules/.gitkeep +0 -0
- package/content/rules/ai-act-annex-i.json +54 -0
- package/content/rules/ai-act-annex-iii.json +165 -0
- package/content/rules/ai-act-roles.json +52 -0
- package/content/rules/autonomy-inference.json +38 -0
- package/content/rules/criticality-matrix.json +83 -0
- package/content/rules/ddao-controls-mapping.json +148 -0
- package/content/rules/gdpr-qualification.json +58 -0
- package/content/rules/gpai-triggers.json +41 -0
- package/content/rules/rules-meta.json +5 -0
- package/content/rules/sign-off-matrix.json +84 -0
- package/content/whitepaper/.gitkeep +0 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.js +2898 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/rate-limit.d.ts +24 -0
- package/dist/lib/rate-limit.js +89 -0
- package/dist/lib/rate-limit.js.map +1 -0
- package/dist/search-index.json +1 -0
- package/dist/server-DxztThU5.d.ts +931 -0
- package/dist/transport/http.d.ts +27 -0
- package/dist/transport/http.js +2908 -0
- package/dist/transport/http.js.map +1 -0
- package/dist/transport/stdio.d.ts +1 -0
- package/dist/transport/stdio.js +2907 -0
- package/dist/transport/stdio.js.map +1 -0
- package/package.json +81 -0
package/package.json
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "acf-mcp",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Official ACF® Model Context Protocol server — Agentic Commerce Framework governance copilot for AI assistants.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/index.js",
|
|
11
|
+
"types": "./dist/index.d.ts"
|
|
12
|
+
},
|
|
13
|
+
"./transport/http": {
|
|
14
|
+
"import": "./dist/transport/http.js",
|
|
15
|
+
"types": "./dist/transport/http.d.ts"
|
|
16
|
+
},
|
|
17
|
+
"./lib/rate-limit": {
|
|
18
|
+
"import": "./dist/lib/rate-limit.js",
|
|
19
|
+
"types": "./dist/lib/rate-limit.d.ts"
|
|
20
|
+
},
|
|
21
|
+
"./package.json": "./package.json"
|
|
22
|
+
},
|
|
23
|
+
"bin": {
|
|
24
|
+
"acf-mcp": "dist/transport/stdio.js"
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
"dist/",
|
|
28
|
+
"content/",
|
|
29
|
+
"README.md",
|
|
30
|
+
"LICENSE"
|
|
31
|
+
],
|
|
32
|
+
"scripts": {
|
|
33
|
+
"dev": "tsup --watch",
|
|
34
|
+
"build:hash": "tsx scripts/inject-meta-hash.ts",
|
|
35
|
+
"build:index": "tsx scripts/build-search-index.ts",
|
|
36
|
+
"build": "npm run build:hash && tsup && npm run build:index",
|
|
37
|
+
"validate-content": "tsx scripts/validate-content.ts",
|
|
38
|
+
"test": "vitest run",
|
|
39
|
+
"test:watch": "vitest",
|
|
40
|
+
"typecheck": "tsc --noEmit",
|
|
41
|
+
"inspect:stdio": "mcp-inspector node ./dist/transport/stdio.js",
|
|
42
|
+
"inspect:http": "mcp-inspector http://localhost:3000/api/mcp"
|
|
43
|
+
},
|
|
44
|
+
"engines": {
|
|
45
|
+
"node": ">=18"
|
|
46
|
+
},
|
|
47
|
+
"license": "MIT",
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": "git+https://github.com/aiconsulting06000-tech/acfstandard.git",
|
|
51
|
+
"directory": "packages/mcp"
|
|
52
|
+
},
|
|
53
|
+
"keywords": [
|
|
54
|
+
"mcp",
|
|
55
|
+
"model-context-protocol",
|
|
56
|
+
"acf",
|
|
57
|
+
"agentic-commerce-framework",
|
|
58
|
+
"ai-governance",
|
|
59
|
+
"ai-act",
|
|
60
|
+
"gdpr",
|
|
61
|
+
"compliance",
|
|
62
|
+
"ddao"
|
|
63
|
+
],
|
|
64
|
+
"dependencies": {
|
|
65
|
+
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
66
|
+
"gray-matter": "^4.0.3",
|
|
67
|
+
"lunr": "^2.3.9",
|
|
68
|
+
"remark": "^15.0.1",
|
|
69
|
+
"remark-stringify": "^11.0.0",
|
|
70
|
+
"zod": "^3.23.8"
|
|
71
|
+
},
|
|
72
|
+
"devDependencies": {
|
|
73
|
+
"@modelcontextprotocol/inspector": "^0.5.0",
|
|
74
|
+
"@types/lunr": "^2.3.7",
|
|
75
|
+
"@types/node": "^20",
|
|
76
|
+
"tsup": "^8",
|
|
77
|
+
"tsx": "^4.7.0",
|
|
78
|
+
"typescript": "^5",
|
|
79
|
+
"vitest": "^2"
|
|
80
|
+
}
|
|
81
|
+
}
|