Skip to content

Commit 2c352af

Browse files
authored
Update hooks/post_gen_project.py
1 parent b5fb499 commit 2c352af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/post_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def install_zenable_mcp() -> None:
236236
print("\n" + "=" * 70)
237237
print("Installing zenable-mcp...")
238238
print("=" * 70)
239-
subprocess.run(["uvx", "zenable-mcp@latest", "install"], check=True, timeout=60)
239+
subprocess.run(["uvx", "zenable-mcp@latest", "install", "--all"], check=True, timeout=60)
240240
print("zenable-mcp has been successfully installed")
241241
print("=" * 70 + "\n")
242242
# Fallback to uv run if uvx is not available but uv is

0 commit comments

Comments
 (0)