Releases: navisbio/AACT_clinicaltrials_MCP
Releases · navisbio/AACT_clinicaltrials_MCP
Release list
v0.5.0 — Claude Desktop Plugin
What's New
First release as a Claude Desktop plugin (.mcpb bundle).
Changes
- Tool annotations — all 7 tools declare
readOnlyHintandopenWorldHintfor directory compliance - Privacy policy — added PRIVACY.md and linked in manifest
- License — switched to MIT
- New dependency —
pydantic-settingsadded as explicit dependency (fixes bundle crash on Claude Desktop) - README — added "Why AACT?" section, Claude Desktop plugin install as Option 1
Install
Download AACT_MCP.mcpb below and open it in Claude Desktop. You'll be prompted for your AACT credentials.
Release v0.4.0
Release v0.4.0
Added Docker support
Code Quality Improvements
- Removed unused code and dead imports (7 lines from database.py)
- Applied fail-hard principle consistently across codebase
- Moved dotenv loading to proper entry point
Dependencies
- Updated MCP to >=1.12.4 (fixes report_progress parameter)
Removed
- append_insight tool and related memo resources (simplified architecture)
- MemoManager class and InsightResponse model
- Database tables resource (Claude does not use resources without the user manually adding them to the context - so this added little value)