Skip to content

Commit 3d84bbe

Browse files
authored
Merge pull request #38 from mapbox/new-mcp-registry-version
Update MCP registry version, and update CHANGELOG
2 parents 13418a5 + df5597a commit 3d84bbe

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.4.6
2+
3+
### Features Added
4+
5+
- Added structured content with schemas to all tool outputs
6+
- Added new resources to server with fallback tool support
7+
8+
### Bug Fixes
9+
10+
- Fixed schema compatibility issues for Cursor and GPT clients
11+
12+
### Other
13+
14+
- Updated to latest MCP registry schema version (2025-10-17)
15+
- Added mcpName field to package.json
16+
117
## 0.4.4
218

319
### Other

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
"name": "@mapbox/mcp-devkit-server",
44
"display_name": "Mapbox MCP DevKit Server",
5-
"version": "0.4.5",
5+
"version": "0.4.6",
66
"description": "Mapbox MCP devkit server",
77
"author": {
88
"name": "Mapbox, Inc."

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

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "io.github.mapbox/mcp-devkit-server",
44
"description": "Provides AI assistants with direct access to Mapbox developer APIs and documentation.",
55
"repository": {
66
"url": "https://github.com/mapbox/mcp-devkit-server",
77
"source": "github"
88
},
9-
"version": "0.4.5",
9+
"version": "0.4.6",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"runtimeHint": "npx",
15-
"version": "0.4.5",
15+
"version": "0.4.6",
1616
"identifier": "@mapbox/mcp-devkit-server",
1717
"transport": {
1818
"type": "stdio"

0 commit comments

Comments
 (0)