@mapbox/mcp-server 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
- "sha": "20d86ea68254dcbfbf879a46cea7f18f78c2a1b8",
3
- "tag": "v0.5.0-2-g20d86ea",
2
+ "sha": "5fb12a326e4b6bf37a6f5d94faf59081d03bd87f",
3
+ "tag": "v0.5.0-3-g5fb12a3",
4
4
  "branch": "main",
5
- "version": "0.5.2"
5
+ "version": "0.5.3"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
- "sha": "20d86ea68254dcbfbf879a46cea7f18f78c2a1b8",
3
- "tag": "v0.5.0-2-g20d86ea",
2
+ "sha": "5fb12a326e4b6bf37a6f5d94faf59081d03bd87f",
3
+ "tag": "v0.5.0-3-g5fb12a3",
4
4
  "branch": "main",
5
- "version": "0.5.2"
5
+ "version": "0.5.3"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapbox/mcp-server",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Mapbox MCP server.",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -17,6 +17,7 @@
17
17
  "test": "vitest",
18
18
  "build": "npm run prepare && tshy && npm run generate-version && node scripts/add-shebang.cjs",
19
19
  "generate-version": "node scripts/build-helpers.cjs generate-version",
20
+ "sync-manifest": "node scripts/sync-manifest-version.cjs",
20
21
  "dev:inspect": "npm run build && npx @modelcontextprotocol/inspector -e MAPBOX_ACCESS_TOKEN=\"$MAPBOX_ACCESS_TOKEN\" node dist/esm/index.js"
21
22
  },
22
23
  "lint-staged": {