graphjin 3.13.0 → 3.14.0
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
|
@@ -99,7 +99,7 @@ graphjin mcp install
|
|
|
99
99
|
<img src="website/public/logos/openai-codex.svg" alt="OpenAI Codex logo" width="280">
|
|
100
100
|
|
|
101
101
|
```bash
|
|
102
|
-
graphjin mcp install --client codex --scope
|
|
102
|
+
graphjin mcp install --client codex --scope global --yes
|
|
103
103
|
```
|
|
104
104
|
|
|
105
105
|
#### Claude Code
|
|
@@ -107,7 +107,7 @@ graphjin mcp install --client codex --scope project --yes
|
|
|
107
107
|
<img src="website/public/logos/claude-code.svg" alt="Claude Code logo" width="280">
|
|
108
108
|
|
|
109
109
|
```bash
|
|
110
|
-
graphjin mcp install --client claude --scope
|
|
110
|
+
graphjin mcp install --client claude --scope global --yes
|
|
111
111
|
```
|
|
112
112
|
|
|
113
113
|
#### Troubleshooting
|