Corcava MCP Changelog: Tools, Capabilities, and Breaking Changes
Developer-friendly changelog tracking changes to Corcava MCP tools, capabilities, and API. Includes versioning guidance, deprecations, breaking changes, migration notes, and links to updated documentation.
Versioning
Version Format
Corcava MCP follows semantic versioning: MAJOR.MINOR.PATCH
- MAJOR: Breaking changes (require code/prompt updates)
- MINOR: New features, new tools (backward compatible)
- PATCH: Bug fixes, improvements (backward compatible)
Recent Changes
Version 1.2.0 - 2026-01-20
New Features
- Added
get_tracking_statustool to check active time tracking - Enhanced
list_taskswith new filter options (assignee, date ranges) - Improved error messages with more context
Improvements
- Faster response times for
list_taskswith large result sets - Better pagination support (up to 100 items per page)
Version 1.1.0 - 2025-12-15
New Features
- Added
start_time_trackingandstop_time_trackingtools - Added
list_boardsandget_boardtools
Version 1.0.0 - 2025-11-01
Initial Release
- Core task management tools: list_tasks, get_task, create_task, update_task, delete_task
- Project management tools: list_projects, get_project
- Comment tools: list_task_comments, add_task_comment
Deprecations
No Current Deprecations
All tools are currently supported. This section will be updated when tools are deprecated.
Deprecation Policy: Deprecated tools will be supported for at least 6 months with warnings before removal.
Breaking Changes
No Breaking Changes
No breaking changes in recent versions. All changes have been backward compatible.
Breaking Change Policy: Breaking changes will be announced at least 30 days in advance with migration guides.
Migration Notes
Updating Your Workflows
When new versions are released:
- Review changelog for new tools and features
- Test existing workflows to ensure compatibility
- Update prompts to use new tools if beneficial
- Check for deprecation warnings
Tool Reference Links
Updated Documentation
Related Resources
Tool Reference
Complete tool documentation
JSON Examples
Example tool calls
Quickstart
Get started with MCP
Troubleshooting
Fix issues
Stay Updated
Check this changelog regularly for new tools, features, and important updates