v0.5.0
[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_moduletotestrail-api-modulefor 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.txtin favor ofpyproject.toml - Cleaned up outdated test scripts
Install
pip install testrail-api-module==0.5.0Full changelog
See CHANGELOG.md and the PyPI page.