Skip to content

BingguPack v1.10.0-rc.1 — Installable MCP Package and Workflow Factory

Pre-release
Pre-release

Choose a tag to compare

@darkjokee-arch darkjokee-arch released this 24 Jun 12:17

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.pyclaude mcp add helper: auto repo-root detection, BINGGU_HOME/OPENCRAB_HOME/XDG_CACHE_HOME injection, --dry-run/--apply/--name/--home/--sandbox/--force, same-name guard, operating-entry (openbinggu-local) protection, Windows claude.cmd shim via shutil.which.
  • scripts/smoke_test.py — clone-direct offline check: 8 tools + save gate + operating-home-unchanged (10 checks), real fixtures under examples/toy_project/.
  • pyproject.toml (stdlib only), CHANGELOG.md, install docs in README.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 list

Safety (unchanged)

  • AI/reader-actor durable saves blocked by G4_no_auto; real saves only via human SAVE n approval.
  • BINGGU_HOME isolates 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