v1.6.0
What's Changed
MCP itinerary guidance
- Clarified that timed itinerary fields are stored as UTC ISO-8601 timestamps and must be paired with the relevant local timezone field for correct display.
- Documented direct Unsplash cover image URL requirements, including the
images.unsplash.com/photo-<numeric timestamp>-<asset hash>format. - Clarified that the MCP server validates direct Unsplash URL shape, while external reachability or 404 checks should only be done by clients that have external URL access.
- Documented that delete tools can be used when requested and that Tripsy delete operations are recoverable if they need to be undone.
Custom activity categories
- Added MCP and CLI support for listing, showing, creating, updating, and deleting custom activity categories.
- Documented that Activity
activity_typevalues can be either built-in slugs or visible custom category slugs. - Clarified that custom category slugs apply only to Activity objects and should be resolved with
tripsy_categories_listortripsy categories listwhen displaying unknown activity types.
Pull Requests
- Add custom category endpoints by Rafael K. Streit (@rafaelks) in #3
- Improve MCP tool guidance by Rafael K. Streit (@rafaelks) in #4
New Contributors
- Rafael K. Streit (@rafaelks) made their first contribution in #3
Full Changelog: v1.5.0...v1.6.0