release: 0.5.6 (mcp pin + corrected README) - #11
Merged
Conversation
Ships two fixes that are merged to main but cannot reach users until a release carries them. - pyproject pins `mcp>=1.0.0,<2`. Published 0.5.5 declares `mcp>=1.0.0`, so `pip install "pisama[mcp]"` resolves mcp 2.0.0 and `pisama mcp-server` dies at server.py:138 with AttributeError: 'Server' object has no attribute 'list_tools'. A dependency constraint only takes effect in a release that carries it. - README corrections. PyPI renders the README from the published artifact, so pypi.org still advertises four detectors that do not exist (delegation, grounding, retrieval_quality, compaction_quality), a "framework-specific detectors" claim that is false, and a TRAIL table our own evidence.json contradicts. Co-Authored-By: Claude <noreply@anthropic.com>
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.
Ships the two fixes merged in #10, which cannot reach users until a release carries them.
mcp>=1.0.0, sopip install "pisama[mcp]"resolves mcp 2.0.0 andpisama mcp-servercrashes withAttributeError: 'Server' object has no attribute 'list_tools'.🤖 Generated with Claude Code