docs: record clean PyPI quickstart reproduction - #13
Merged
mrcha033 merged 2 commits intoJul 29, 2026
Conversation
The wheel smoke test installs the built wheel unlocked, so `mcp>=1.0` resolved to mcp 2.0.0, which dropped the bundled `mcp.server.fastmcp` module that `create_server()` imports. `hw-mcp` then exited with the "Install the MCP extra" RuntimeError before answering `initialize`. Cap the extra at the 1.x line. The locked resolution is unchanged (mcp 1.27.2); only the recorded requirement moves. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
mrcha033
marked this pull request as ready for review
July 29, 2026 08:51
mrcha033
deleted the
mrcha033/reproduce-the-pypi-quickstart-on-a-clean-platfor
branch
July 29, 2026 08:51
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
hw-codesign[mcp]==0.1.4quickstartcreate-project/validate-specoutputWhy
Issue #11 asks for independent, cross-platform evidence that the published package installs and activates a typed
rp2040_usb_deviceproject. This report preserves that evidence without expanding the result into a fabrication-readiness claim.Result
The run used a fresh Debian 13 x86-64 container with CPython 3.11.15 and no repository checkout or host mount. Installation succeeded, project creation returned
generated, andvalidate-specreturnedpasswith zero errors and warnings. No Linux-specific packaging friction was observed.Validation
uv run --extra dev pytest tests/test_release_metadata.py: 7 passedgit diff --check: passedCloses #11