typegraph-mcp 0.9.10 → 0.9.12
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 +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# typegraph-mcp
|
|
2
2
|
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="./assets/hero.jpg" alt="typegraph-mcp — Semantic TypeScript understanding for AI agents" width="800">
|
|
5
|
+
</p>
|
|
6
|
+
|
|
3
7
|
Give your AI coding agent the same TypeScript understanding your IDE has.
|
|
4
8
|
|
|
5
9
|
14 semantic navigation tools — go-to-definition, find-references, type info, dependency graphs, cycle detection, impact analysis — delivered via the [Model Context Protocol](https://modelcontextprotocol.io/) so any MCP-compatible agent can use them.
|
|
@@ -67,7 +71,7 @@ The plugin auto-configures everything:
|
|
|
67
71
|
- `/typegraph:check` and `/typegraph:test` commands available in-session
|
|
68
72
|
- SessionStart hook verifies dependencies are installed
|
|
69
73
|
|
|
70
|
-
### Option C:
|
|
74
|
+
### Option C: From source
|
|
71
75
|
|
|
72
76
|
```bash
|
|
73
77
|
# Clone and install
|
|
@@ -89,7 +93,7 @@ The interactive `setup` command (Options A and C):
|
|
|
89
93
|
|
|
90
94
|
Use `--yes` to skip prompts and auto-select detected agents.
|
|
91
95
|
|
|
92
|
-
### Option
|
|
96
|
+
### Option D: Manual setup
|
|
93
97
|
|
|
94
98
|
If you prefer to configure things yourself:
|
|
95
99
|
|