Skip to content

v0.5.0

Choose a tag to compare

@trtmn trtmn released this 22 May 22:59
· 173 commits to development since this release
8152d4b

[0.5.0] - 2026-01-14

✨ Added

  • MCP Server Integration: Built-in Model Context Protocol server for AI assistant integration (Cursor, Claude Desktop, etc.)
  • FastMCP Integration: Complete FastMCP integration as a core dependency
  • CLI Functionality: Command-line interface for running the MCP server
  • Dynamic Version Retrieval: Version now dynamically retrieved from pyproject.toml

🔧 Changed

  • Tool Architecture: Transitioned from ~132 individual tools to 22 module-based tools
  • Project Name: Changed package name from testrail_api_module to testrail-api-module for PyPI consistency
  • Dependency Organization: Reorganized dependencies with clearer separation between runtime and development dependencies

📚 Documentation

  • MCP Usage Guide: New comprehensive guide for using the MCP server
  • README Updates: Enhanced documentation with MCP installation instructions

🔄 Maintenance

  • Updated license year to 2026
  • Removed legacy requirements.txt in favor of pyproject.toml
  • Cleaned up outdated test scripts

Install

pip install testrail-api-module==0.5.0

Full changelog

See CHANGELOG.md and the PyPI page.