Skip to content

chore: run toolbox via npx instead of the bundled binary - #104

Open
wangauone wants to merge 2 commits into
mainfrom
chore/npx-toolbox
Open

chore: run toolbox via npx instead of the bundled binary#104
wangauone wants to merge 2 commits into
mainfrom
chore/npx-toolbox

Conversation

@wangauone

Copy link
Copy Markdown

Switches the MCP server from the bundled toolbox binary to npx -y @toolbox-sdk/server@1.8.0, which runs on every harness (no per-platform binary bundling).

  • gemini-extension.json: command → npx -y @toolbox-sdk/server@1.8.0 --prebuilt postgres --stdio
  • Remove the binary pipeline: package-and-upload-assets.yml, toolbox_version.txt, and the "Install toolbox binary" step in presubmit
  • renovate.json5: track the npm @toolbox-sdk/server pin in gemini-extension.json (grouped under renovate/toolbox) instead of the binary release
  • mirror-changelog.yml: retarget to the renovate/toolbox branch
  • README.md: update troubleshooting from binary-download errors to npx/Node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants