@fonoster/ctl 0.16.6 → 0.16.7

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.
@@ -103,9 +103,9 @@ class Configure extends core_1.Command {
103
103
  command: "npx",
104
104
  args: ["-y", "@fonoster/mcp@latest"],
105
105
  env: {
106
- WORKSPACE_ACCESS_KEY_ID: workspace.workspaceAccessKeyId,
107
- APIKEY_ACCESS_KEY_ID: workspace.accessKeyId,
108
- APIKEY_ACCESS_KEY_SECRET: workspace.accessKeySecret
106
+ MCP_WORKSPACE_ACCESS_KEY_ID: workspace.workspaceAccessKeyId,
107
+ MCP_APIKEY_ACCESS_KEY_ID: workspace.accessKeyId,
108
+ MCP_APIKEY_ACCESS_KEY_SECRET: workspace.accessKeySecret
109
109
  }
110
110
  };
111
111
  fs.mkdirSync(path.dirname(mcpConfigPath), { recursive: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/ctl",
3
- "version": "0.16.6",
3
+ "version": "0.16.7",
4
4
  "description": "Fonoster Control Tool",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -30,7 +30,7 @@
30
30
  "bugs": {
31
31
  "url": "https://github.com/fonoster/fonoster/issues"
32
32
  },
33
- "gitHead": "25e4c9da3bf18462aef501184b8a73aad65c11be",
33
+ "gitHead": "90c180a6ebd2f17070a049ba5ec0b4717f55a6bc",
34
34
  "bin": {
35
35
  "fonoster": "./bin/run.js"
36
36
  },
@@ -51,7 +51,7 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@fonoster/sdk": "^0.16.6",
54
+ "@fonoster/sdk": "^0.16.7",
55
55
  "@inquirer/prompts": "^7.1.0",
56
56
  "@oclif/core": "^4.0.34",
57
57
  "@oclif/plugin-warn-if-update-available": "^3.1.28",