@kage-core/kage-graph-mcp 1.1.0 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kage-core/kage-graph-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Local-first repo memory, code graph, and recall MCP server for coding agents",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -23,7 +23,16 @@
23
23
  "dev": "ts-node index.ts",
24
24
  "test": "npm run build && node --test dist/**/*.test.js"
25
25
  },
26
- "keywords": ["mcp", "kage", "memory", "knowledge-graph", "codex", "claude", "ai-agents", "code-graph"],
26
+ "keywords": [
27
+ "mcp",
28
+ "kage",
29
+ "memory",
30
+ "knowledge-graph",
31
+ "codex",
32
+ "claude",
33
+ "ai-agents",
34
+ "code-graph"
35
+ ],
27
36
  "license": "MIT",
28
37
  "dependencies": {
29
38
  "@modelcontextprotocol/sdk": "^1.10.2",