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.
- package/README.md +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:
|
|
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
|
|
92
|
+
### Option D: Manual setup
|
|
93
93
|
|
|
94
94
|
If you prefer to configure things yourself:
|
|
95
95
|
|