fix(mcp): release KV README docs + INVALID_ARGUMENT error mapping from #188#189
Merged
StefanSteiner merged 1 commit intoJul 10, 2026
Merged
Conversation
…bleau#188) tableau#188 landed the human-facing KV store documentation (the crates.io README section that was missing from v0.6.0) and mapped caller-fixable identifier errors to INVALID_ARGUMENT. It merged with a docs(mcp): squash title, so release-please saw no releasable commit and cut no version. This empty fix(mcp): commit gives release-please a user-facing change to bump, so the already-merged tableau#188 content ships as v0.6.1.
This was referenced Jul 10, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Empty
fix(mcp):commit to trigger a v0.6.1 release for content thatalready merged in #188 but slipped past release-please.
Why this is needed
#188 was squash-merged with a
docs(mcp): ...PR title. release-pleaseparses the squash title as the conventional-commit type, and
docs:does not bump a version — so the run after #188 concluded "No user
facing commits found since v0.6.0 — skipping" and cut no release. But
#188 carried a genuine user-facing
fix(mcp):(caller-fixable identifiererrors →
INVALID_ARGUMENT) plus the human-facing KV store README thatcrates.io renders (missing from the v0.6.0 page).
This commit is intentionally empty; it exists only to give release-please
a
fix:-typed, user-facing change to bump on. Merging it will makerelease-please open the standing release PR bumping to v0.6.1 and
regenerating the root
CHANGELOG.md. Merging that PR tags and publishes.What ships in v0.6.1 (already on
mainvia #188)fix(mcp): caller-fixable identifier errors map toINVALID_ARGUMENTinstead of
INTERNAL_ERROR.docs(mcp): the KV store surfaced acrosshyperdb-mcp/README.md(thecrates.io page) and the top-level
README.md, plus the KV smoke-testguide and the
--read-onlyexport-clause doc fix.Verification
No code change (empty commit); CI runs the standard gate.
mainwasalready green when #188 merged.