From c368cf72d994e6f9a4f7e37dc3e837fc27108acc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Jun 2026 13:22:20 +0000 Subject: [PATCH] chore: bump version to 0.12.1-dev --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- server.json | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c68732..18adc91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 0.12.1-dev - 2026-06-10 + ### Security - **static_map_image_tool**: Stop embedding the Mapbox access token in tool results. Previously the tool returned a `createUIResource({ iframeUrl })` whose URL carried the caller's `?access_token=` query param, leaking the secret token via the MCP-UI resource item. The credentialed URL is now only used server-side to fetch the image, which is returned inline as base64. The tool's `meta.ui.resourceUri` declaration is removed (the iframe path required the credentialed URL to function and cannot be reinstated without leaking). A regression test asserts the access token does not appear in any content item. diff --git a/manifest.json b/manifest.json index 6d9fb08..7e30e77 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "dxt_version": "0.1", "display_name": "Mapbox MCP Server", "name": "@mapbox/mcp-server", - "version": "0.12.0", + "version": "0.12.1-dev", "description": "Mapbox MCP server.", "author": { "name": "Mapbox, Inc." diff --git a/package-lock.json b/package-lock.json index eb482ab..e8825a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mapbox/mcp-server", - "version": "0.12.0", + "version": "0.12.1-dev", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mapbox/mcp-server", - "version": "0.12.0", + "version": "0.12.1-dev", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index af62725..25565d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mcp-server", - "version": "0.12.0", + "version": "0.12.1-dev", "description": "Mapbox MCP server.", "mcpName": "io.github.mapbox/mcp-server", "main": "./dist/commonjs/index.js", diff --git a/server.json b/server.json index 55ba98b..308d379 100644 --- a/server.json +++ b/server.json @@ -6,13 +6,13 @@ "url": "https://github.com/mapbox/mcp-server", "source": "github" }, - "version": "0.12.0", + "version": "0.12.1-dev", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "runtimeHint": "npx", - "version": "0.12.0", + "version": "0.12.1-dev", "identifier": "@mapbox/mcp-server", "transport": { "type": "stdio"