File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed
Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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."
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments