Tags: galaxyproject/loom
Tags
release: v0.4.1 Raise the galaxy-mcp floor from >=1.6.0 to >=1.8.0 so Galaxy tools can rely on 1.8's behavior rather than tolerating any >=1.6 server: workflow input validation (datatype/collection mismatches caught before invoke), the get_workflow_input_template run guide, and user-defined tools working again on Galaxy 26.0. uvx already resolves the newest version, so this only raises the guaranteed minimum.
Declare marked and dompurify as root devDeps so the publish job's tes… …ts load The release publish-npm job only installs root deps, but the chat-panel tests import app/src/renderer/chat/markdown.ts, which pulls in marked and dompurify. dompurify wasn't reachable from the root install, so prepublishOnly's npm test couldn't even load those two files and the publish bailed out. marked happened to resolve via a transitive copy, but pin it here too so a future hoist change doesn't trip us again. Also syncs the lockfile version fields to 0.4.0.
PreviousNext