Skip to content

Commit 027a168

Browse files
cablateclaude
andauthored
feat: add departure_time to plan_route/distance_matrix + test coverage + payment fix (#63)
* feat: add departure_time to plan_route and distance_matrix Both tools now accept an optional departure_time parameter (ISO 8601) for traffic-aware routing. Passes through to Routes API departureTime. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: add assertions for new place attributes and departure_time - Verify place_details returns types, primary_type, editorial_summary, language in reviews - Verify search results include primary_type and price_level - Verify plan_route and distance_matrix have departure_time in inputSchema Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: strip proto field name aliases from payment_options Removes underscore-prefixed duplicate keys (e.g. _acceptsCreditCards) that Google's gRPC client includes as proto field name aliases. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * style: fix Prettier formatting after cherry-pick Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent da8d148 commit 027a168

22 files changed

+387
-6
lines changed

.claude/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"enabledPlugins": {
3+
"mcp-apps@mcp-apps": true
4+
}
5+
}

assets/demo-01-zh.png

135 KB
Loading

assets/demo-02-zh.png

185 KB
Loading

assets/demo-03-zh.png

117 KB
Loading

assets/demo-04-zh.png

155 KB
Loading
7.13 MB
Binary file not shown.
7.13 MB
Loading
7.56 MB
Binary file not shown.
7.56 MB
Loading
7.42 MB
Binary file not shown.

0 commit comments

Comments
 (0)