mcp-knowledge-graph 1.2.0 → 1.2.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.
Potentially problematic release.
This version of mcp-knowledge-graph might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mcp-knowledge-graph",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.1",
|
4
4
|
"description": "MCP server enabling persistent memory for AI models through a local knowledge graph",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "Shane Holloman",
|
@@ -19,7 +19,8 @@
|
|
19
19
|
"scripts": {
|
20
20
|
"build": "tsc && shx chmod +x dist/*.js",
|
21
21
|
"prepare": "npm run build",
|
22
|
-
"watch": "tsc --watch"
|
22
|
+
"watch": "tsc --watch",
|
23
|
+
"postInstall": "node bundle.js"
|
23
24
|
},
|
24
25
|
"dependencies": {
|
25
26
|
"@modelcontextprotocol/sdk": "1.0.1",
|