crg-dev-kit 2.0.2 → 2.0.3
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/assets/setup-crg.sh +2 -2
- package/package.json +1 -1
package/assets/setup-crg.sh
CHANGED
|
@@ -93,8 +93,8 @@ if [ -d "$HOME/.cursor" ] || [ -d "$HOME/Library/Application Support/Cursor" ];
|
|
|
93
93
|
PLATFORM="all"
|
|
94
94
|
fi
|
|
95
95
|
code-review-graph install --platform "$PLATFORM" --no-hooks 2>/dev/null || \
|
|
96
|
-
code-review-graph install --platform claude-code 2>/dev/null || \
|
|
97
|
-
warn "Could not auto-configure MCP. Run manually: code-review-graph install"
|
|
96
|
+
code-review-graph install --platform claude-code --no-hooks 2>/dev/null || \
|
|
97
|
+
warn "Could not auto-configure MCP. Run manually: code-review-graph install --no-hooks"
|
|
98
98
|
ok "MCP server configured for $PLATFORM"
|
|
99
99
|
|
|
100
100
|
# ── Step 4: Build graph ──
|