chore: bump version to 2.7.1#39
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares a 2.7.1 PyPI release by updating package metadata and adding release notes for fixes from PR #38.
Changes:
- Bumps
capiscio-mcppackage metadata from 2.7.0 to 2.7.1. - Adds a 2.7.1 changelog entry documenting three server identity/verification fixes.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
pyproject.toml |
Updates the package version metadata for the release. |
CHANGELOG.md |
Adds release notes for version 2.7.1. |
|
✅ Integration tests passed! capiscio-core gRPC tests working. |
|
✅ Integration tests passed! capiscio-core gRPC tests working. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.
Comments suppressed due to low confidence (1)
tests/test_connect.py:339
- This replacement leaves the
real_didvalue assigned earlier in the test unused, which will be flagged by the repo's Ruff lint target for tests. Please drop or underscore the unused binding when no longer asserting against the env-var-derived DID.
# connect() derives did:web from server_url + server_id (Step 4)
assert identity.did == FAKE_DID_WEB
| [project] | ||
| name = "capiscio-mcp" | ||
| version = "2.7.0" | ||
| version = "2.7.1" |
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.
Bump version to 2.7.1 for PyPI release.\n\nIncludes fixes from #38:\n- Use
did:webidentity in CA-connected mode (fixes DID_MISMATCH)\n- Auto-skip origin binding for stdio transports (fixes ORIGIN_MISMATCH)\n- Graceful gRPC error handling inverify_server()(fixes crash when core unavailable)