Skip to content

Releases: chrischall/alltrails-mcp

v2.1.3

Choose a tag to compare

@chrischall chrischall released this 06 Aug 00:41
73ef891

2.1.3 (2026-08-06)

Bug Fixes

  • deps: move to @fetchproxy/server 2.0.0 for the v3 handshake (#56) (a781d49)

v2.1.2

Choose a tag to compare

@chrischall chrischall released this 30 Jul 12:52
c64d561

2.1.2 (2026-07-30)

Bug Fixes

  • deps: bump @fetchproxy/* to 1.7.0 and @chrischall/mcp-utils to 0.14.0 (#50) (68a3644)

v2.1.1

Choose a tag to compare

@chrischall chrischall released this 27 Jul 02:55
6a2cf5d

2.1.1 (2026-07-25)

Bug Fixes

  • require the ci-gated status, not the ci / ci job name (#38) (535cc26)

v2.1.0

Choose a tag to compare

@chrischall chrischall released this 13 Jul 16:55
c3e7e01

2.1.0 (2026-07-13)

Features

  • skill: add alltrails fpx access skill (#34) (aacfe20)

v2.0.0

Choose a tag to compare

@chrischall chrischall released this 08 Jul 13:39
8814b56

2.0.0 (2026-07-08)

⚠ BREAKING CHANGES

  • the alltrails_list_trails_by_state and alltrails_list_trails_by_country tools are removed. Use alltrails_search to find trails for a location.

Features

  • alltrails_get_list_items — the trails saved in a list (#23) (daf2fb8)
  • alltrails_resolve_location — resolve a place name to AllTrails location records (#27) (949a647)
  • remove list_trails_by_state / list_trails_by_country (endpoint retired) (#29) (360d8a1), closes #24

Documentation

  • correct alltrails_get_list_items compact field list (#28) (3a46db2), closes #25

v1.1.0

Choose a tag to compare

@chrischall chrischall released this 07 Jul 15:08
4b171a3

1.1.0 (2026-07-07)

Features

  • adopt @chrischall/mcp-utils 0.12.0 (scrape subpath) (#21) (8643fc3)

Refactor

  • adopt pruneUndefined + parseLenient (+ scrape decodeHtmlEntities) (#18) (729dc0c)

Documentation

  • document first-party dependency-bump label exception (#22) (60c1a0d)
  • fix stale transport/SKILL notes + document alltrails_search types-without-query (#20) (a51bd4f)

v1.0.0

Choose a tag to compare

@chrischall chrischall released this 03 Jul 02:30
0bb457b

1.0.0 (2026-07-03)

⚠ BREAKING CHANGES

  • ALLTRAILS_COOKIE is no longer honored; the fetchproxy Transporter extension and a signed-in alltrails.com tab are required.

Features

  • require fetchproxy — route every API request through the bridge (#15) (a72a2d1)

v0.3.0

Choose a tag to compare

@chrischall chrischall released this 02 Jul 21:42
e4afde2

0.3.0 (2026-07-02)

Features

  • compact projections for photos, search, and activity feed (from live captures) (#6) (da6d7ae)
  • GPX export tool built from offline-detail route geometry (#10) (9b987f2)

Bug Fixes

  • encode photo image url params and decode html entities in feed descriptions (#8) (ffc940e), closes #7
  • map GPX elevations by encoded point index; enable auto-merge in ruleset script (#13) (58ef6df), closes #11
  • route free-text search through the explore suggestions endpoint (#12) (793f15b)

v0.2.0

Choose a tag to compare

@chrischall chrischall released this 02 Jul 19:35
8d6dc08

0.2.0 (2026-07-02)

Features

  • transform template into unofficial AllTrails MCP server (#2) (5d8bc74)

Bug Fixes

  • drop empty location object from compact trail detail (#5) (f7a75f4)