v1.6.1
What's Changed
MCP timezone display guidance
- Clarified that MCP clients must convert activity
starts_atandends_atUTC timestamps into the activitytimezonebefore formatting local date/time. - Clarified that MCP clients must convert lodging
starts_atandends_atUTC timestamps into the lodgingtimezonebefore formatting local date/time. - Clarified transportation display rules so
departure_atis converted withdeparture_timezoneandarrival_atis converted witharrival_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
- document MCP timezone display rules by Rafael K. Streit (@rafaelks) in #5
Full Changelog: v1.6.0...v1.6.1