Skip to content

Commit 9b6c30b

Browse files
committed
feat: new version publish
1 parent 1cdd774 commit 9b6c30b

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ All tools and features are confirmed functional through real-world testing.
2727

2828
### 🆕 Latest Updates
2929

30-
- **New Places API Integration**: Updated to use Google's new Places API (New) instead of the legacy API to resolve HTTP 403 errors and ensure continued functionality.
30+
- ℹ️ **Reminder: enable Places API (New) in https://console.cloud.google.com before using the new Place features.**
31+
3132

3233
### 🗺️ Google Maps Integration
3334

@@ -251,7 +252,11 @@ If you have any questions or suggestions, feel free to reach out:
251252

252253
## Changelog
253254

254-
### v0.0.18 (Latest)
255+
### v0.0.19 (Latest)
256+
257+
- **New Places API Integration**: Updated to use Google's new Places API (New) instead of the legacy API to resolve HTTP 403 errors and ensure continued functionality.
258+
259+
### v0.0.18
255260

256261
- **Error response improvements**: Now all error messages are in English with more detailed information (previously in Chinese)
257262

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cablate/mcp-google-map",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "Google Maps MCP server with streamable HTTP transport support for location services, geocoding, and navigation",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)