@insforge/install 0.0.47 → 0.0.48

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/dist/index.js CHANGED
@@ -223,7 +223,7 @@ import {
223
223
  }
224
224
  };
225
225
  writeConfig(config, argv.client);
226
- } else if (argv.client === "cline" || argv.client === "roocode" || argv.client === "trae" || argv.client === "qoder") {
226
+ } else if (argv.client === "cline" || argv.client === "roocode" || argv.client === "trae" || argv.client === "qoder" || argv.client === "kiro") {
227
227
  if (!config.mcpServers) config.mcpServers = {};
228
228
  config.mcpServers[name] = {
229
229
  command: "npx",
package/dist/utils.js CHANGED
@@ -68,6 +68,10 @@ var clientPaths = {
68
68
  antigravity: {
69
69
  type: "file",
70
70
  path: path.join(homeDir, ".gemini", "antigravity", "mcp_config.json")
71
+ },
72
+ kiro: {
73
+ type: "file",
74
+ path: path.join(homeDir, ".kiro", "settings", "mcp.json")
71
75
  }
72
76
  };
73
77
  var clientNames = Object.keys(clientPaths);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/install",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "CLI tool for installing Insforge MCP servers across different AI clients",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",