@kinqs/brainrouter-mcp-server 0.3.7 → 0.3.8
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kinqs/brainrouter-mcp-server",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
4
4
|
"description": "BrainRouter MCP server — the cognitive memory engine. Exposes recall, capture, focus scenes, persona, contradictions, skills, and graph queries as MCP tools for any MCP-speaking agent.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"setup:admin": "node scripts/setup-admin.js"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
+
"@kinqs/brainrouter-types": "^0.3.8",
|
|
41
42
|
"@modelcontextprotocol/sdk": "^1.11.0",
|
|
42
43
|
"dotenv": "^16.4.5",
|
|
43
44
|
"express": "^5.2.1",
|
|
44
45
|
"glob": "^11.0.0",
|
|
45
46
|
"gray-matter": "^4.0.3",
|
|
46
47
|
"sqlite-vec": "^0.1.9",
|
|
47
|
-
"zod": "^3.22.4"
|
|
48
|
-
"@kinqs/brainrouter-types": "^0.3.6"
|
|
48
|
+
"zod": "^3.22.4"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=22.0.0"
|