@datacore-one/mcp 1.3.0 → 1.4.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.
- package/dist/index.js +339 -114
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/packs/datacore-starter-v1/engrams.yaml +28 -0
- package/packs/dips-v1/engrams.yaml +4957 -747
- package/packs/fds-principles-v1/engrams.yaml +48 -0
- package/packs/mcp-design-guidelines/SKILL.md +20 -0
- package/packs/mcp-design-guidelines/engrams.yaml +380 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datacore-one/mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Datacore MCP server — The Software of You",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"test": "vitest run",
|
|
14
14
|
"test:watch": "vitest",
|
|
15
15
|
"start": "node dist/index.js",
|
|
16
|
-
"release": "npm test && npm
|
|
16
|
+
"release": "npm test && npm version ${VERSION:-patch} && npm run build && npm publish --access public && npm install -g @datacore-one/mcp@$(node -p 'require(\"./package.json\").version')"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
@@ -7,8 +7,14 @@ engrams:
|
|
|
7
7
|
visibility: public
|
|
8
8
|
statement: "Capture first, organize later — get ideas out of your head immediately"
|
|
9
9
|
rationale: "Cognitive offloading reduces mental load and prevents loss of fleeting insights"
|
|
10
|
+
domain: productivity.gtd
|
|
10
11
|
tags: [capture, gtd, inbox]
|
|
11
12
|
activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
|
|
13
|
+
associations:
|
|
14
|
+
- { target_type: engram, target: ENG-2026-0101-004, type: semantic, strength: 0.8 }
|
|
15
|
+
- { target_type: engram, target: ENG-2026-0101-003, type: semantic, strength: 0.5 }
|
|
16
|
+
dual_coding:
|
|
17
|
+
example: "Thought pops up in a meeting → type it into inbox.org immediately, don't try to file it"
|
|
12
18
|
pack: datacore-starter-v1
|
|
13
19
|
|
|
14
20
|
- id: ENG-2026-0101-002
|
|
@@ -19,8 +25,13 @@ engrams:
|
|
|
19
25
|
visibility: public
|
|
20
26
|
statement: "Journal daily — even one sentence creates a searchable record"
|
|
21
27
|
rationale: "Consistency matters more than volume; journals enable future pattern recognition"
|
|
28
|
+
domain: productivity.journaling
|
|
22
29
|
tags: [journal, daily, habit]
|
|
23
30
|
activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
|
|
31
|
+
associations:
|
|
32
|
+
- { target_type: engram, target: ENG-2026-0101-005, type: semantic, strength: 0.6 }
|
|
33
|
+
dual_coding:
|
|
34
|
+
analogy: "Like a ship's log — even calm days get an entry, and the pattern across days reveals the voyage"
|
|
24
35
|
pack: datacore-starter-v1
|
|
25
36
|
|
|
26
37
|
- id: ENG-2026-0101-003
|
|
@@ -31,8 +42,14 @@ engrams:
|
|
|
31
42
|
visibility: public
|
|
32
43
|
statement: "When something surprises you, record it as an engram"
|
|
33
44
|
rationale: "Surprise signals a gap between expectation and reality — prime learning material"
|
|
45
|
+
domain: learning.metacognition
|
|
34
46
|
tags: [learn, engram, surprise, insight]
|
|
35
47
|
activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
|
|
48
|
+
associations:
|
|
49
|
+
- { target_type: engram, target: ENG-2026-0101-001, type: semantic, strength: 0.5 }
|
|
50
|
+
- { target_type: engram, target: ENG-2026-0101-005, type: semantic, strength: 0.6 }
|
|
51
|
+
dual_coding:
|
|
52
|
+
example: "'I assumed the API returned camelCase but it's snake_case' → engram: 'FooAPI returns snake_case field names'"
|
|
36
53
|
pack: datacore-starter-v1
|
|
37
54
|
|
|
38
55
|
- id: ENG-2026-0101-004
|
|
@@ -43,8 +60,13 @@ engrams:
|
|
|
43
60
|
visibility: public
|
|
44
61
|
statement: "Separate capture from processing — inbox to zero, then route"
|
|
45
62
|
rationale: "Mixing capture and organization creates decision fatigue and incomplete processing"
|
|
63
|
+
domain: productivity.gtd
|
|
46
64
|
tags: [gtd, inbox, processing, workflow]
|
|
47
65
|
activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
|
|
66
|
+
associations:
|
|
67
|
+
- { target_type: engram, target: ENG-2026-0101-001, type: semantic, strength: 0.8 }
|
|
68
|
+
dual_coding:
|
|
69
|
+
analogy: "Like a mail room — accept all deliveries first (capture), then sort and route (process). Never sort while receiving."
|
|
48
70
|
pack: datacore-starter-v1
|
|
49
71
|
|
|
50
72
|
- id: ENG-2026-0101-005
|
|
@@ -55,6 +77,12 @@ engrams:
|
|
|
55
77
|
visibility: public
|
|
56
78
|
statement: "Knowledge compounds — connecting ideas across time creates exponential returns"
|
|
57
79
|
rationale: "Isolated notes decay; linked, tagged, and revisited knowledge grows in value"
|
|
80
|
+
domain: learning.knowledge-management
|
|
58
81
|
tags: [knowledge, compounding, linking, value]
|
|
59
82
|
activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
|
|
83
|
+
associations:
|
|
84
|
+
- { target_type: engram, target: ENG-2026-0101-002, type: semantic, strength: 0.6 }
|
|
85
|
+
- { target_type: engram, target: ENG-2026-0101-003, type: semantic, strength: 0.6 }
|
|
86
|
+
dual_coding:
|
|
87
|
+
analogy: "Like compound interest — a single insight is worth little, but insights linked over months create understanding no single session could"
|
|
60
88
|
pack: datacore-starter-v1
|