File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.8.6 (2025-09-12)
5+
6+ ### Bug Fixes
7+
8+ - Prefer exact station matches in lookup
9+ ([ #21 ] ( https://github.com/davidyen1124/caltrain-mcp/pull/21 ) ,
10+ [ ` 463f35c ` ] ( https://github.com/davidyen1124/caltrain-mcp/commit/463f35ce309a385ba51ce68ba63e72d6ead5b33b ) )
11+
12+ * fix: prefer exact station matches in lookup
13+
14+ Prioritize exact normalized name equality, then prefix matches, then substring. Prevents 'San
15+ Francisco' resolving to 'South San Francisco' due to substring match.
16+
17+ Verified via MCP Inspector: - tools/list OK - list_stations OK (GTFS loads) - next_trains OK for
18+ 'San Jose Diridon' -> 'San Francisco'
19+
20+ No API changes; pure internal matching logic tweak.
21+
22+ * chore: remove local MCP Inspector config from repo
23+
24+ * test: add station matching cases for exact vs prefix vs substring and SSF abbreviation
25+
26+
427## v0.8.5 (2025-09-12)
528
629### Chores
You can’t perform that action at this time.
0 commit comments