chore: v0.1.6 — MCP Registry hotfix release#31
Merged
Conversation
v0.1.5 published successfully to PyPI but the publish-mcp-registry job failed at validation: MCP Registry's schema enforces body.description ≤ 100 chars and the v0.1.5 server.json had a 152-char description. PR #30 already shortened server.json's description to 96 chars on main and pre-validated it with mcp-publisher locally against the real registry endpoint. v0.1.6 ships the same wheel content as v0.1.5 plus that corrected server.json so MCP Registry catches up. Lockstep version bump: - pyproject.toml line 7: 0.1.5 -> 0.1.6 - server.json line 11: 0.1.5 -> 0.1.6 - server.json line 17 (packages[0].version): 0.1.5 -> 0.1.6 Verified locally: - uv build produces 0.1.6 wheel + sdist - python-docs-mcp-server --version reports 0.1.6 from clean venv - mcp-publisher validate server.json -> valid
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR bumps the project version from 0.1.5 to 0.1.6 across configuration files and adds a changelog entry. The version update is coordinated in ChangesVersion 0.1.6 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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
Patch release on top of v0.1.5 to unblock MCP Registry publication.
v0.1.5 published successfully to PyPI with attestations, but the
publish-mcp-registryjob in release run #25876196215 failed at theValidate server.jsonstep:apps#30 shortened
server.jsondescription to 96 chars onmainand pre-validated it with the actualmcp-publisherbinary against the live registry endpoint:v0.1.6 ships the corrected
server.jsonso MCP Registry catches up. Same wheel content as v0.1.5; the only functional difference is the registry metadata.Changes
0.1.5 → 0.1.6in the three lockstep files:pyproject.toml:7server.json:11(top-level)server.json:17(packages[0].version)uv.lock(regenerated)CHANGELOG.mdv0.1.6 entry under### FixedVerified locally
uv buildproducespython_docs_mcp_server-0.1.6-py3-none-any.whl+.tar.gzpython-docs-mcp-server --versionreports0.1.6mcp-publisher validate server.jsonagainst the real registry endpoint: VALIDcanonical Python stdlib oracle/always free, always MIT/token-frugal) preserved in the 96-char descriptionWhat lands after merge + tag
Tagging
v0.1.6triggers.github/workflows/release.yml:Test plan
uvx --refresh python-docs-mcp-server --versionreturns0.1.6from a clean shell🤖 Generated with Claude Code
Summary by CodeRabbit
Bug Fixes
Documentation
Chores