Skip to content

v0.2.7 - bugfix release

Choose a tag to compare

@bintocher bintocher released this 15 Jun 09:30
a6d276d

Fixed

  • --version reported a stale, hard-coded version. The CLI banner was pinned to 0.2.4 in __main__.py, so mcp-superset --version printed the wrong version regardless of the installed package. It now derives the version from mcp_superset.__version__, keeping the CLI in sync with the package version automatically (#6, #7).

Full Changelog: v0.2.6...v0.2.7