typegraph-mcp 0.9.10 → 0.9.11

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,7 +67,7 @@ The plugin auto-configures everything:
67
67
  - `/typegraph:check` and `/typegraph:test` commands available in-session
68
68
  - SessionStart hook verifies dependencies are installed
69
69
 
70
- ### Option C: CLI setup (from source)
70
+ ### Option C: From source
71
71
 
72
72
  ```bash
73
73
  # Clone and install
@@ -89,7 +89,7 @@ The interactive `setup` command (Options A and C):
89
89
 
90
90
  Use `--yes` to skip prompts and auto-select detected agents.
91
91
 
92
- ### Option C: Manual setup
92
+ ### Option D: Manual setup
93
93
 
94
94
  If you prefer to configure things yourself:
95
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typegraph-mcp",
3
- "version": "0.9.10",
3
+ "version": "0.9.11",
4
4
  "description": "Type-aware codebase navigation for AI coding agents — 14 MCP tools powered by tsserver + oxc",
5
5
  "license": "MIT",
6
6
  "type": "module",