Skip to content

Releases: chrischall/tripadvisor-mcp

v0.3.3

Choose a tag to compare

@chrischall chrischall released this 06 Aug 00:42
f5458a4

0.3.3 (2026-08-06)

Bug Fixes

  • deps: move to @fetchproxy/server 2.0.0 for the v3 handshake (#43) (279e19c)

v0.3.2

Choose a tag to compare

@chrischall chrischall released this 30 Jul 12:53
4dd431e

0.3.2 (2026-07-30)

Bug Fixes

  • deps: bump @fetchproxy/* to 1.7.0 and @chrischall/mcp-utils to 0.14.0 (#37) (3f13410)

v0.3.1

Choose a tag to compare

@chrischall chrischall released this 27 Jul 02:56
ea3d7d2

0.3.1 (2026-07-25)

Bug Fixes

  • deps: bump fast-uri out of the host-confusion advisories (#34) (bc83c2f)

v0.3.0

Choose a tag to compare

@chrischall chrischall released this 13 Jul 19:38
8c209e2

0.3.0 (2026-07-13)

Features

  • skill: add tripadvisor api access skill (#25) (cd3247a)

Refactor

  • skill: move root SKILL.md into skills/, point plugin.json at ./skills/ (#28) (36a2295)

Documentation

  • skill: add search_type param to terra-endpoints §1 (#30) (454fe18), closes #26

v0.2.1

Choose a tag to compare

@chrischall chrischall released this 07 Jul 15:08
961c56b

0.2.1 (2026-07-07)

Bug Fixes

  • bump @chrischall/mcp-utils to ^0.12.0 (#20) (f30f4fb)

Refactor

  • adopt mcp-utils createResponseCache (+ parseRetryAfterMs) (#18) (d30513f)

Documentation

  • document first-party dependency-bump label exception (#21) (3029fcf)

v0.2.0

Choose a tag to compare

@chrischall chrischall released this 06 Jul 06:25
f154014

0.2.0 (2026-07-05)

Features

  • batch multi-get, opt-in compact projection, nearby center modes (#13) (bd4167b)

Bug Fixes

  • reject partial nearby center params before they bleed into the URL (#16) (517f6e6), closes #14

v0.1.0

Choose a tag to compare

@chrischall chrischall released this 05 Jul 05:43
b318c5e

0.1.0 (2026-07-05)

⚠ BREAKING CHANGES

  • primary-tier tools now target the TripAdvisor Terra API with Terra parameter names and response shapes; the legacy Content API is no longer used.

Features

  • fetchproxy web-bridge layer (transport, web client, ta_web_healthcheck) (#3) (c76f6d3)
  • retarget the primary tier from the legacy Content API to Terra (#10) (7bcc951)
  • ta_web_get_location — key-free location details via the browser bridge (#8) (9c57d4d)
  • TripAdvisor Content API MCP server (411a910)

Bug Fixes

  • name the unactivated-key cause in the 403 error (#1) (77e8602)

Documentation

  • address PR #3 auto-review nits; assert defaultSubdomain in test (#5) (8d689da), closes #4
  • record the probed key-free search dead-ends (#9) (9d1a64d)