@insforge/install 0.0.3 → 0.0.4
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
|
@@ -26,8 +26,8 @@ npx @insforge/install --client cursor --env API_KEY=YOUR_API_KEY --env API_BASE_
|
|
|
26
26
|
- **claude-code** - Claude Desktop (uses `~/.claude/claude_mcp_config.json`)
|
|
27
27
|
- **cursor** - Cursor IDE (uses `~/.cursor/mcp.json`)
|
|
28
28
|
- **windsurf** - Windsurf IDE (uses `~/.codeium/windsurf/mcp_config.json`)
|
|
29
|
-
- **cline** - Cline VS Code Extension
|
|
30
|
-
- **roocode** - Roo-Code VS Code Extension (
|
|
29
|
+
- **cline** - Cline VS Code Extension (uses `~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json` on macOS)
|
|
30
|
+
- **roocode** - Roo-Code VS Code Extension (uses `~/Library/Application Support/Code/User/globalStorage/rooveterinaryinc.roocline/settings/mcp_settings.json` on macOS)
|
|
31
31
|
|
|
32
32
|
## Options
|
|
33
33
|
|