v0.2.7 - bugfix release
Fixed
--versionreported a stale, hard-coded version. The CLI banner was pinned to0.2.4in__main__.py, somcp-superset --versionprinted the wrong version regardless of the installed package. It now derives the version frommcp_superset.__version__, keeping the CLI in sync with the package version automatically (#6, #7).
Full Changelog: v0.2.6...v0.2.7