Releases: hald/things-mcp
Releases · hald/things-mcp
v0.4.0 2025-08-19
v0.3.1 2025-08-11
New Features
- Add
get_headings()MCP tool to list/find headings by project - Enhanced heading support throughout the system - headings now shown in project listings and todos
v0.3.0 2025-08-11
What's Changed
- Add initial Heading support for Todos by @JoeDuncko in #8
- Include checklist items in todo responses by @JoeDuncko in #11
New Features
- Include Heading With Todo: Todos now show their associated heading information
- Checklist Integration: All checklist items are now included in todo responses
v0.2.0 - 2025-08-04
- FastMCP Migration: Migrated from basic MCP implementation to FastMCP for cleaner, more maintainable code (thanks @excelsier)
- Background URL Execution: Things URLs now execute without bringing the app to foreground for better user experience (thanks @cdzombak)
- Comprehensive Unit Test Suite: Added unit tests covering URL construction and data formatting functions
- Moving Todos Between Projects: Handle moving projects from one project to another project (thanks @underlow)
- Enhanced README: Improved installation instructions with clearer step-by-step process