Skip to content

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 28 May 16:15
· 14 commits to main since this release
7f1ef6c

What's Changed

MCP timezone display guidance

  • Clarified that MCP clients must convert activity starts_at and ends_at UTC timestamps into the activity timezone before formatting local date/time.
  • Clarified that MCP clients must convert lodging starts_at and ends_at UTC timestamps into the lodging timezone before formatting local date/time.
  • Clarified transportation display rules so departure_at is converted with departure_timezone and arrival_at is converted with arrival_timezone, without applying one endpoint timezone to the other unless they explicitly match.

Tool schemas and documentation

  • Updated MCP tool descriptions and input schemas for activities, hostings, transportations, and itinerary guidance to expose the timezone conversion rules directly to clients.
  • Mirrored the display guidance in README.md, AGENTS.md, and the Tripsy skill instructions.
  • Expanded MCP server tests to assert that tool descriptions and schemas include the new timezone display guidance.

Pull Requests

Full Changelog: v1.6.0...v1.6.1