@securityreviewai/vibereview-cli 0.1.6 → 0.1.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.
@@ -8,7 +8,7 @@ export function claudeArguments(input) {
8
8
  "--tools", "",
9
9
  "--no-session-persistence",
10
10
  "--strict-mcp-config",
11
- "--mcp-config", JSON.stringify({ mcpServers: {} }),
11
+ `--mcp-config=${JSON.stringify({ mcpServers: {} })}`,
12
12
  input.prompt,
13
13
  ];
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@securityreviewai/vibereview-cli",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Local-first security guardrails for AI coding agents.",
5
5
  "type": "module",
6
6
  "bin": {