Skip to content

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 21 May 19:04
· 17 commits to main since this release
ed2c954

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_type values 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_list or tripsy categories list when displaying unknown activity types.

Pull Requests

New Contributors

Full Changelog: v1.5.0...v1.6.0