diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a9995..6f2dc90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.4.6 + +### Features Added + +- Added structured content with schemas to all tool outputs +- Added new resources to server with fallback tool support + +### Bug Fixes + +- Fixed schema compatibility issues for Cursor and GPT clients + +### Other + +- Updated to latest MCP registry schema version (2025-10-17) +- Added mcpName field to package.json + ## 0.4.4 ### Other diff --git a/manifest.json b/manifest.json index f8ce84c..a32732e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "dxt_version": "0.1", "name": "@mapbox/mcp-devkit-server", "display_name": "Mapbox MCP DevKit Server", - "version": "0.4.5", + "version": "0.4.6", "description": "Mapbox MCP devkit server", "author": { "name": "Mapbox, Inc." diff --git a/package.json b/package.json index 94ed1b8..a805af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mcp-devkit-server", - "version": "0.4.5", + "version": "0.4.6", "description": "Mapbox MCP devkit server", "mcpName": "io.github.mapbox/mcp-devkit-server", "main": "./dist/commonjs/index.js", diff --git a/server.json b/server.json index c5b7965..21118ce 100644 --- a/server.json +++ b/server.json @@ -1,18 +1,18 @@ { - "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json", + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.mapbox/mcp-devkit-server", "description": "Provides AI assistants with direct access to Mapbox developer APIs and documentation.", "repository": { "url": "https://github.com/mapbox/mcp-devkit-server", "source": "github" }, - "version": "0.4.5", + "version": "0.4.6", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "runtimeHint": "npx", - "version": "0.4.5", + "version": "0.4.6", "identifier": "@mapbox/mcp-devkit-server", "transport": { "type": "stdio"