Skip to content

Commit ecd04a3

Browse files
chore: release v0.0.49
1 parent 3e91034 commit ecd04a3

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.0.49
4+
5+
- Add community health files and improve docs
6+
- feat: batch keyword scanning for local rank tracker (#68)
7+
- fix: shorten server.json description to fit MCP Registry 100-char limit (#66)
8+
- feat: add maps_local_rank_tracker for local SEO grid ranking (#65)
9+
10+
311
All notable changes to this project will be documented in this file.
412

513
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.48",
3+
"version": "0.0.49",
44
"mcpName": "io.github.cablate/google-map",
55
"description": "18 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, local rank tracking, map images via MCP server or standalone CLI",
66
"type": "module",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/cablate/mcp-google-map",
88
"source": "github"
99
},
10-
"version": "0.0.47",
10+
"version": "0.0.49",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "@cablate/mcp-google-map",
15-
"version": "0.0.47",
15+
"version": "0.0.49",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)