Skip to content

Releases: hald/things-mcp

v0.4.0 2025-08-19

19 Aug 16:38
9aec040

Choose a tag to compare

  • DXT Package Support: Added automated DXT packaging system with build_dxt.sh script and manifest.json configuration
  • Improved README: Recommended DXT as preferred installation option

v0.3.1 2025-08-11

11 Aug 19:08

Choose a tag to compare

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

11 Aug 17:50

Choose a tag to compare

What's Changed

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

04 Aug 21:38

Choose a tag to compare

  • 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