opencode-azure-setup 1.0.6 → 1.0.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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -431,6 +431,7 @@ async function main() {
431
431
  // Add to config
432
432
  config.mcp = config.mcp || {};
433
433
  config.mcp['mcp-marketplace'] = {
434
+ type: 'local',
434
435
  command: 'node',
435
436
  args: [mcpPath],
436
437
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-azure-setup",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Easy Azure OpenAI setup for OpenCode",
5
5
  "type": "module",
6
6
  "main": "index.js",