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.
Files changed (2) hide show
  1. package/README.md +2 -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 project --yes
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 project --yes
110
+ graphjin mcp install --client claude --scope global --yes
111
111
  ```
112
112
 
113
113
  #### Troubleshooting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphjin",
3
- "version": "3.13.0",
3
+ "version": "3.14.0",
4
4
  "description": "GraphJin CLI - Build APIs in 5 minutes with GraphQL",
5
5
  "bin": {
6
6
  "graphjin": "bin/graphjin.js"