v0.6.0
[0.6.0] - 2026-02-19
🚨 Breaking Changes
- MCP Server removed: Removed all MCP (Model Context Protocol) server functionality
- Removed
mcp_server.py,mcp_tools.py,mcp_utils.py,mcp_prompts.pyand type stubs - Removed
cli.pyand__main__.pyentry points - Removed
testrail-mcp-serverCLI script - Removed
fastmcpdependency - Removed MCP-related tests and documentation
- Impact: The package is now a pure Python API wrapper without MCP server capabilities
- Removed
✨ Added
CLAUDE.mdandAGENTS.mdfor AI-assisted development guidance- Claude Code skill for TestRail Python API integration
🐛 Fixed
- Fixed multi-line f-string syntax in
cases.pyandbase.pyfor Python 3.11 compatibility (f-strings with{at end of line require Python 3.12+)
🔄 Maintenance
- Added
.claude/settings.local.jsonto.gitignore - Added pre-commit hook to block direct commits to main
- Untracked
.claude/settings.local.jsonfrom git history
Install
pip install testrail-api-module==0.6.0Full changelog
See CHANGELOG.md and the PyPI page.