-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Jonathan D.A. Jewell edited this page Mar 28, 2026
·
1 revision
just doctor # Diagnose all issues
just heal # Auto-repairlsof -i :3007 # Check port conflict
deno task start # RetryCheck the cartridge manifest and ensure all dependencies are available:
curl http://localhost:3007/api/cartridges | jq '.[] | select(.status != "loaded")'Ensure environment variables are set:
echo $GITHUB_TOKEN # Should not be empty
echo $GITLAB_TOKENFrom Claude Code, check the MCP configuration in settings. BoJ should be listed as an MCP server pointing to http://localhost:3007.
just help-me # Opens feedback channel