Skip to content

Commit ccf3793

Browse files
committed
add server.json for mcp registry
1 parent 51c2210 commit ccf3793

4 files changed

Lines changed: 35 additions & 4 deletions

File tree

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.3",
5+
"version": "0.4.4",
66
"description": "Mapbox MCP devkit 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-devkit-server",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Mapbox MCP devkit server",
55
"main": "./dist/commonjs/index.js",
66
"module": "./dist/esm/index.js",

server.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
3+
"name": "io.github.mapbox/mcp-devkit-server",
4+
"description": "Provides AI assistants with direct access to Mapbox developer APIs and documentation.",
5+
"repository": {
6+
"url": "https://github.com/mapbox/mcp-devkit-server",
7+
"source": "github"
8+
},
9+
"version": "0.4.4",
10+
"packages": [
11+
{
12+
"registryType": "npm",
13+
"registryBaseUrl": "https://registry.npmjs.org",
14+
"runtimeHint": "npx",
15+
"version": "0.4.4",
16+
"identifier": "@mapbox/mcp-devkit-server",
17+
"transport": {
18+
"type": "stdio"
19+
},
20+
"environmentVariables": [
21+
{
22+
"description": "Your Mapbox access token. See docs for required scopes.",
23+
"format": "string",
24+
"isRequired": true,
25+
"isSecret": true,
26+
"name": "MAPBOX_ACCESS_TOKEN"
27+
}
28+
]
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)