Skip to content

Bump galaxy-mcp pin to >=1.9.0 for the Pages tools; cut 0.5.1#346

Merged
dannon merged 2 commits into
galaxyproject:mainfrom
dannon:galaxy-mcp-1.9-bump
Jun 20, 2026
Merged

Bump galaxy-mcp pin to >=1.9.0 for the Pages tools; cut 0.5.1#346
dannon merged 2 commits into
galaxyproject:mainfrom
dannon:galaxy-mcp-1.9-bump

Conversation

@dannon

@dannon dannon commented Jun 20, 2026

Copy link
Copy Markdown
Member

galaxy-mcp 1.9.0 is on PyPI now -- it's the release that adds the Pages (notebook/report) tools, fixes JSON-string invoke_workflow inputs, and lands an auth-replay fix. Loom launches the standalone server with uvx galaxy-mcp>=1.8.0, and with that floor uvx happily keeps resolving the cached 1.8.0 and never sees the new tools. Bumping the floor to >=1.9.0 forces uvx to resolve the new release and sidesteps the uv cache staleness.

Kept it as a >= range (not a pin) so future patches still resolve. The functional change is the one line in bin/loom.js; the two doc comments in bin/uvx-check.js and app/forge.config.ts that quote the pin are bumped to match.

Also cuts the patch release -- 0.5.1 in both package.json/lockfiles (lockstep passes) plus a CHANGELOG highlight, same as the 0.4.1 entry did for the 1.6 -> 1.8 bump.

Verified: root + app typecheck clean, 1222 tests pass, prettier clean on touched files.

Note for after release: uvx may need a uv cache refresh to pick up the new resolve on machines that already cached 1.8.0.

dannon added 2 commits June 20, 2026 16:57
…olves the 1.9 release with the Pages (notebook/report) tools instead of serving the cached 1.8 build. Kept it as a >= range so future patches still resolve, and synced the two doc comments that quote the pin.
@dannon dannon force-pushed the galaxy-mcp-1.9-bump branch from 08d1a81 to d499ed7 Compare June 20, 2026 21:29
@dannon dannon merged commit dbb535e into galaxyproject:main Jun 20, 2026
3 checks passed
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.

1 participant