Skip to content

Releases: navisbio/AACT_clinicaltrials_MCP

v0.5.0 — Claude Desktop Plugin

Choose a tag to compare

@j-walheim j-walheim released this 08 Mar 09:00

What's New

First release as a Claude Desktop plugin (.mcpb bundle).

Changes

  • Tool annotations — all 7 tools declare readOnlyHint and openWorldHint for directory compliance
  • Privacy policy — added PRIVACY.md and linked in manifest
  • License — switched to MIT
  • New dependencypydantic-settings added 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

Choose a tag to compare

@j-walheim j-walheim released this 09 Aug 16:33

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)