From d5275837fbd65ee72aeb0571876a0fd23b335d86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jul 2026 17:59:18 +0000 Subject: [PATCH] chore: bump version to 0.14.0 --- 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 73c53aa4..f9ef4d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 0.14.0 - 2026-07-30 + ### New Features - **`directions_tool` — route selection elicitation.** When the Directions API returns two or more route alternatives, the tool now asks the user to pick one via `server.elicitInput(...)` (MCP elicitations), presenting each option's duration, distance, primary roads, traffic conditions, and incident count. Only the selected route is returned, and the choice is threaded through to the map preview's self-fetch so re-rendering shows the same route rather than defaulting back to the first one. If the client doesn't support elicitations, the user declines, or the call errors, the tool falls back to returning all route alternatives, matching prior behavior. diff --git a/manifest.json b/manifest.json index 238a48b1..c955bea8 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.13.0", + "version": "0.14.0", "description": "Mapbox MCP server.", "author": { "name": "Mapbox, Inc." diff --git a/package-lock.json b/package-lock.json index 4ad5322c..3570b664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mapbox/mcp-server", - "version": "0.13.0", + "version": "0.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mapbox/mcp-server", - "version": "0.13.0", + "version": "0.14.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b2d56ab8..7bb87e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mcp-server", - "version": "0.13.0", + "version": "0.14.0", "description": "Mapbox MCP server.", "mcpName": "io.github.mapbox/mcp-server", "main": "./dist/commonjs/index.js", diff --git a/server.json b/server.json index 080d30dd..d645c914 100644 --- a/server.json +++ b/server.json @@ -6,13 +6,13 @@ "url": "https://github.com/mapbox/mcp-server", "source": "github" }, - "version": "0.13.0", + "version": "0.14.0", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "runtimeHint": "npx", - "version": "0.13.0", + "version": "0.14.0", "identifier": "@mapbox/mcp-server", "transport": { "type": "stdio"