P8-T1: Release version 0.4.2 to PyPI and MCP Registry#164
Merged
SoundBlaster merged 1 commit intomainfrom Mar 7, 2026
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
b950bd3 to
54fdaf1
Compare
54fdaf1 to
8a45808
Compare
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.
Description
Bump version to
0.4.2to release all Phase 5–7 work accumulated sincev0.4.1:--brokerflag, auto-recovery, JSON-RPC -32001 error, web-UI mismatch warning--doctordiagnostics, port-conflict recovery, TUI local fallback, broker UX docs + quickstartChanges:
pyproject.tomlversion →0.4.2,server.jsonversion →0.4.2(root + packages[0]), README version badge →v0.4.2.Post-merge action required: push
git tag v0.4.2 && git push origin v0.4.2to triggerpublish-mcp.ymland publish to PyPI + MCP Registry.See validation report:
SPECS/ARCHIVE/P8-T1_Release_version_0.4.2_to_PyPI_and_MCP_Registry/P8-T1_Validation_Report.mdType of Change
Quality Gates
make test- All tests pass with ≥90% coverage (898 passed, 91.75% coverage)make lint- No linting errors (ruff check src/: all checks passed)make format- Code is properly formattedmake typecheck- Type checking passes (mypy src/: no issues in 20 files)make doccheck- N/A (no docs/ changes)Documentation Sync
Testing
Checklist