Skip to content

release: 0.5.6 (mcp pin + corrected README) - #11

Merged
tn-pisama merged 1 commit into
mainfrom
claude/release-0.5.6
Jul 28, 2026
Merged

release: 0.5.6 (mcp pin + corrected README)#11
tn-pisama merged 1 commit into
mainfrom
claude/release-0.5.6

Conversation

@tn-pisama

Copy link
Copy Markdown
Contributor

Ships the two fixes merged in #10, which cannot reach users until a release carries them.

  • mcp pin. Published 0.5.5 declares mcp>=1.0.0, so pip install "pisama[mcp]" resolves mcp 2.0.0 and pisama mcp-server crashes with AttributeError: 'Server' object has no attribute 'list_tools'.
  • README. PyPI renders from the published artifact, so pypi.org still shows four non-existent detectors and the uncaveated TRAIL table.

🤖 Generated with Claude Code

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>
@tn-pisama
tn-pisama merged commit f17a80f into main Jul 28, 2026
9 checks passed
@tn-pisama
tn-pisama deleted the claude/release-0.5.6 branch July 28, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant