Fix b7 prerelease MCP installs and refresh VS Code packaging#25
Merged
Conversation
Constrain the MCP extra away from incompatible httpx prereleases, refresh the VS Code extension packaging toolchain to remove the vulnerable uuid chain, and keep mypy/pre-commit stable when build artifacts exist.
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
This PR prepares the
2.0.0b7hotfix after the2.0.0b6publish.It fixes the optional MCP install path for prerelease-enabled installers and refreshes the VS Code extension packaging lockfile to remove the vulnerable transitive
uuid<14chain reported by Dependabot.Changes
2.0.0b7.httpx>=0.27.1,<1.0.2.5.@vscode/vsceto2.25.0, which removes the vulnerable transitiveuuiddependency chain frompackage-lock.json.pre-commitstable after package builds by letting mypy use configured source roots and ignoring generatedbuild//site/artifacts.Validation
uv run pre-commit run --all-filesuv run mypy .uv run pytest -q tests/test_mcp_server.py tests/test_mcp_service.pynpm auditinextensions/vscode-codeclonenpm run checkinextensions/vscode-codeclonenpm testinextensions/vscode-codeclonevsce package --pre-releasefix/pypi-mcp-extra-deps: passed, all 3 jobs green