@insforge/install 0.0.17 → 0.0.18

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -128,7 +128,7 @@ import {
128
128
  config.mcpServers[name] = {
129
129
  command: "npx",
130
130
  args: ["-y", "@insforge/mcp@latest"],
131
- a env: {
131
+ env: {
132
132
  API_KEY: envVars.API_KEY,
133
133
  API_BASE_URL: envVars.API_BASE_URL
134
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/install",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "CLI tool for installing Insforge MCP servers across different AI clients",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",