Skip to content

Commit 31b57fa

Browse files
committed
create changelog and bump version to 0.8.2
1 parent 2313f47 commit 31b57fa

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.8.2
2+
3+
### Bug Fixes
4+
5+
- **StaticMapImageTool**: Added text content to response for better MCP client compatibility (#103)
6+
- Tool now returns structured content array with text description, image, and optional MCP-UI resource
7+
- Text content includes map metadata (center, zoom, size, style, overlay count)
8+
- Follows MCP specification for tool results with multiple content items
9+
110
## 0.8.0
211

312
### Bug Fixes
@@ -9,7 +18,6 @@
918
### Features Added
1019

1120
- **MCP Resources Support**: Added native MCP resource API support
12-
1321
- Introduced `CategoryListResource` exposing category lists as `mapbox://categories` resource
1422
- Supports localized category lists via URI pattern `mapbox://categories/{language}` (e.g., `mapbox://categories/ja` for Japanese)
1523
- Created base resource infrastructure (`BaseResource`, `MapboxApiBasedResource`) for future resource implementations

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"display_name": "Mapbox MCP Server",
44
"name": "@mapbox/mcp-server",
5-
"version": "0.8.1",
5+
"version": "0.8.2",
66
"description": "Mapbox MCP server.",
77
"author": {
88
"name": "Mapbox, Inc."

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": "@mapbox/mcp-server",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Mapbox MCP server.",
55
"mcpName": "io.github.mapbox/mcp-server",
66
"main": "./dist/commonjs/index.js",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"url": "https://github.com/mapbox/mcp-server",
77
"source": "github"
88
},
9-
"version": "0.8.1",
9+
"version": "0.8.2",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"runtimeHint": "npx",
15-
"version": "0.8.1",
15+
"version": "0.8.2",
1616
"identifier": "@mapbox/mcp-server",
1717
"transport": {
1818
"type": "stdio"

0 commit comments

Comments
 (0)