@insforge/install 0.0.3 → 0.0.5

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 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 (Cline fork)
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
 
package/dist/utils.js CHANGED
@@ -47,7 +47,7 @@ var clientPaths = {
47
47
  },
48
48
  roocode: {
49
49
  type: "file",
50
- path: path.join(baseDir, vscodePath, "rooveterinaryinc.roocline", "settings", "mcp_settings.json")
50
+ path: path.join(baseDir, vscodePath, "rooveterinaryinc.roo-cline", "settings", "mcp_settings.json")
51
51
  }
52
52
  };
53
53
  var clientNames = Object.keys(clientPaths);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/install",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "CLI tool for installing Insforge MCP servers across different AI clients",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,4 +25,4 @@
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  }
28
- }
28
+ }