@medicine-wheel/mcp 4.2.8 → 4.4.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/dist/all-tools.d.ts +9 -0
- package/dist/all-tools.d.ts.map +1 -0
- package/dist/all-tools.js +29 -0
- package/dist/all-tools.js.map +1 -0
- package/dist/http-store.d.ts +136 -0
- package/dist/http-store.d.ts.map +1 -0
- package/dist/http-store.js +261 -0
- package/dist/http-store.js.map +1 -0
- package/dist/index.js +1 -28
- package/dist/index.js.map +1 -1
- package/dist/jsonl-store.d.ts +1 -0
- package/dist/jsonl-store.d.ts.map +1 -1
- package/dist/jsonl-store.js +1 -0
- package/dist/jsonl-store.js.map +1 -1
- package/dist/store.d.ts +12 -8
- package/dist/store.d.ts.map +1 -1
- package/dist/store.js +20 -8
- package/dist/store.js.map +1 -1
- package/dist/tools/ceremony-lifecycle.d.ts.map +1 -1
- package/dist/tools/ceremony-lifecycle.js +14 -3
- package/dist/tools/ceremony-lifecycle.js.map +1 -1
- package/dist/tools/coordination.d.ts.map +1 -1
- package/dist/tools/coordination.js +70 -3
- package/dist/tools/coordination.js.map +1 -1
- package/dist/tools/discovery.js +19 -19
- package/dist/tools/discovery.js.map +1 -1
- package/dist/tools/epistemic.js +1 -1
- package/dist/tools/epistemic.js.map +1 -1
- package/dist/tools/integrations.js +7 -7
- package/dist/tools/integrations.js.map +1 -1
- package/dist/tools/structural-tension.js +11 -11
- package/dist/tools/structural-tension.js.map +1 -1
- package/dist/validators/index.d.ts.map +1 -1
- package/dist/validators/index.js +130 -12
- package/dist/validators/index.js.map +1 -1
- package/package.json +21 -16
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medicine-wheel/mcp",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "Medicine Wheel MCP Server — Integrated Indigenous Paradigm Research Framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": "./dist/index.js",
|
|
9
|
+
"./all-tools": "./dist/all-tools.js",
|
|
10
|
+
"./types": "./dist/types.js"
|
|
11
|
+
},
|
|
7
12
|
"files": [
|
|
8
13
|
"dist/**/*",
|
|
9
14
|
"package.json",
|
|
@@ -13,7 +18,7 @@
|
|
|
13
18
|
"medicine-wheel-mcp": "dist/index.js"
|
|
14
19
|
},
|
|
15
20
|
"scripts": {
|
|
16
|
-
"build": "tsc && node -e \"try { require('fs').chmodSync('dist/index.js', 0o755); } catch (
|
|
21
|
+
"build": "tsc && node -e \"try { require('fs').chmodSync('dist/index.js', 0o755); } catch (e) { console.warn('[mcp] chmod skipped (non-fatal):', e.message); }\"",
|
|
17
22
|
"start": "node dist/index.js",
|
|
18
23
|
"dev": "tsc --watch",
|
|
19
24
|
"clean": "rm -rf dist",
|
|
@@ -32,20 +37,20 @@
|
|
|
32
37
|
],
|
|
33
38
|
"dependencies": {
|
|
34
39
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
35
|
-
"@medicine-wheel/ontology-core": "^0.
|
|
36
|
-
"@medicine-wheel/ceremony-protocol": "^0.
|
|
37
|
-
"@medicine-wheel/community-review": "^0.
|
|
38
|
-
"@medicine-wheel/consent-lifecycle": "^0.
|
|
39
|
-
"@medicine-wheel/fire-keeper": "^0.
|
|
40
|
-
"@medicine-wheel/graph-viz": "^0.
|
|
41
|
-
"@medicine-wheel/importance-unit": "^0.
|
|
42
|
-
"@medicine-wheel/narrative-engine": "^0.
|
|
43
|
-
"@medicine-wheel/prompt-decomposition": "^0.
|
|
44
|
-
"@medicine-wheel/relational-index": "^0.
|
|
45
|
-
"@medicine-wheel/relational-query": "^0.
|
|
46
|
-
"@medicine-wheel/session-reader": "^0.
|
|
47
|
-
"@medicine-wheel/transformation-tracker": "^0.
|
|
48
|
-
"@medicine-wheel/ui-components": "^0.
|
|
40
|
+
"@medicine-wheel/ontology-core": "^0.4.0",
|
|
41
|
+
"@medicine-wheel/ceremony-protocol": "^0.4.0",
|
|
42
|
+
"@medicine-wheel/community-review": "^0.4.0",
|
|
43
|
+
"@medicine-wheel/consent-lifecycle": "^0.4.0",
|
|
44
|
+
"@medicine-wheel/fire-keeper": "^0.4.0",
|
|
45
|
+
"@medicine-wheel/graph-viz": "^0.4.0",
|
|
46
|
+
"@medicine-wheel/importance-unit": "^0.4.0",
|
|
47
|
+
"@medicine-wheel/narrative-engine": "^0.4.0",
|
|
48
|
+
"@medicine-wheel/prompt-decomposition": "^0.4.0",
|
|
49
|
+
"@medicine-wheel/relational-index": "^0.4.0",
|
|
50
|
+
"@medicine-wheel/relational-query": "^0.4.0",
|
|
51
|
+
"@medicine-wheel/session-reader": "^0.4.0",
|
|
52
|
+
"@medicine-wheel/transformation-tracker": "^0.4.0",
|
|
53
|
+
"@medicine-wheel/ui-components": "^0.4.0"
|
|
49
54
|
},
|
|
50
55
|
"devDependencies": {
|
|
51
56
|
"@types/node": "^20.10.0",
|