agentic-loop 3.2.2 → 3.2.3

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/package.json +1 -1
  2. package/ralph/setup.sh +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-loop",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Autonomous AI coding loop - PRD-driven development with Claude Code",
5
5
  "author": "Allie Jones <allie@allthrive.ai>",
6
6
  "license": "MIT",
package/ralph/setup.sh CHANGED
@@ -371,7 +371,7 @@ setup_mcp() {
371
371
  tmp=$(mktemp)
372
372
  jq '.mcpServers["chrome-devtools"] = {
373
373
  "command": "npx",
374
- "args": ["-y", "@anthropic-ai/mcp-server-chrome-devtools@0.0.5"]
374
+ "args": ["chrome-devtools-mcp@latest"]
375
375
  }' "$claude_json" > "$tmp" && mv "$tmp" "$claude_json"
376
376
  echo " Added chrome-devtools MCP server (debugging & inspection)"
377
377
  added_any=true