@zivis/cli 0.1.0-alpha.38 → 0.1.0-alpha.39

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.
@@ -266,7 +266,7 @@ export function detectIdesInRepo(cwd) {
266
266
  }
267
267
  function buildServerConfig(pkg, workspacePath, extra) {
268
268
  if (pkg === "builder") {
269
- const args = ["-y", "@zivis/mcp-builder", "serve"];
269
+ const args = ["-y", "@zivis/mcp-builder@alpha", "serve"];
270
270
  if (workspacePath) {
271
271
  args.push("--workspace", workspacePath);
272
272
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zivis/cli",
3
- "version": "0.1.0-alpha.38",
3
+ "version": "0.1.0-alpha.39",
4
4
  "description": "ZIVIS CLI — threat modeling, scans, and MCP server for IDE integration",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://zivis.ai",