BingguPack v1.10.0-rc.1 — Installable MCP Package and Workflow Factory
Pre-release
Pre-release
BingguPack v1.10.0-rc.1 — Installable MCP Package and Workflow Factory
Completes the install experience so a fresh clone of this repo can set up the BingguPack MCP server in Claude Code. (The MCP server already shipped in scripts/; this adds the installer, smoke test, docs, and version metadata.)
Added
scripts/install_claude_mcp.py—claude mcp addhelper: auto repo-root detection,BINGGU_HOME/OPENCRAB_HOME/XDG_CACHE_HOMEinjection,--dry-run/--apply/--name/--home/--sandbox/--force, same-name guard, operating-entry (openbinggu-local) protection, Windowsclaude.cmdshim viashutil.which.scripts/smoke_test.py— clone-direct offline check: 8 tools + save gate + operating-home-unchanged (10 checks), real fixtures underexamples/toy_project/.pyproject.toml(stdlib only),CHANGELOG.md, install docs inREADME.md/INSTALL.md.
Install
git clone https://github.com/darkjokee-arch/binggupack.git && cd binggupack && git checkout v1.10.0-rc.1
python scripts/smoke_test.py --home ./_binggu_test_home
python scripts/install_claude_mcp.py --sandbox --home ./_binggu_test_home --apply
# restart Claude Code, then: claude mcp listSafety (unchanged)
- AI/reader-actor durable saves blocked by
G4_no_auto; real saves only via humanSAVE napproval. BINGGU_HOMEisolates sandbox/operating home. Path-safety gate blocks.env/NPKI/bid-engine; dangerous tools not exposed.- actual API collection is not a release requirement; insane-search is an optional evidence discovery adapter; production write defaults to 0.
Verification
10/10 smoke PASS (in-place + clean clone); installer apply -> claude mcp get Connected; operating ~/.binggupack unchanged. See docs/BINGGUPACK_MCP_CLEAN_INSTALL_E2E_TEST_REPORT.md.
Status: BINGGUPACK_REPO_RECONCILED · MCP_INSTALLABLE_PACKAGE_READY · MCP_CLEAN_INSTALL_E2E_PASS · G4_NO_AUTO_CONFIRMED · REAL_HOME_UNCHANGED.
Note: supersedes the OpenCrab-repo v1.8.1-rc.1 (temporary vendor verification build).
Generated with Claude Code