@kage-core/kage-graph-mcp 1.1.33 → 1.1.35

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/README.md CHANGED
@@ -163,10 +163,16 @@ Open a local viewer for the current repo:
163
163
  kage viewer --project .
164
164
  ```
165
165
 
166
- The local viewer loads graph artifacts plus `.agent_memory/reports/*.json` and
167
- shows a repo-intelligence cockpit for memory-code links, decision memory, risk,
168
- contributors, module health, graph insights, workspace coverage, quality, and
169
- benchmark proof.
166
+ The local viewer loads graph artifacts plus `.agent_memory/reports/*.json`.
167
+ It opens with a dashboard for repo readiness, memory coverage, graph health,
168
+ risk, review, and workspace links, then lets you jump into a dedicated graph
169
+ workspace. The graph stays primary: common graph actions sit in a floating
170
+ canvas toolbar, and the side workspace opens as a drawer for controls,
171
+ Inspector, Repo Intelligence, review/proof, and tables without shrinking the
172
+ graph by default. Workspace Map rows expose package dependencies, route
173
+ contracts, topic/event links, and cross-repo co-change pairs from local
174
+ workspace reports. Path Finder highlights the shortest dependency path between
175
+ two code nodes, files, symbols, routes, or tests in 2D or 3D.
170
176
 
171
177
  Hosted demo:
172
178
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kage-core/kage-graph-mcp",
3
- "version": "1.1.33",
3
+ "version": "1.1.35",
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": [