Skip to content

Commit 981df76

Browse files
Merge pull request #16 from mapbox/release/v0.1.2
Release v0.1.2
2 parents 03d4278 + b414094 commit 981df76

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 0.1.2 - 2026-03-18
4+
35
## 0.1.1 - 2026-03-18
46

57
## 0.1.0 - 2026-03-18

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 Docs Server",
44
"name": "@mapbox/mcp-docs-server",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"description": "Mapbox documentation 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-docs-server",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Mapbox MCP documentation server",
55
"mcpName": "io.github.mapbox/mcp-docs-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-docs-server",
77
"source": "github"
88
},
9-
"version": "0.1.1",
9+
"version": "0.1.2",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"runtimeHint": "npx",
15-
"version": "0.1.1",
15+
"version": "0.1.2",
1616
"identifier": "@mapbox/mcp-docs-server",
1717
"transport": {
1818
"type": "stdio"

0 commit comments

Comments
 (0)