Skip to content

Commit 152da96

Browse files
committed
open source the package
1 parent c1ba2cc commit 152da96

File tree

4 files changed

+10
-1451
lines changed

4 files changed

+10
-1451
lines changed

docs/claude-code-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Follow the installation instructions at [Claude Code documentation](https://docs
4141
Add the MCP server directly from the command line:
4242

4343
```bash
44-
claude mcp add mapbox-devkit npx @mapbox/mcp-devkit-server-private -e MAPBOX_ACCESS_TOKEN=<YOUR_TOKEN>
44+
claude mcp add mapbox-devkit npx @mapbox/mcp-devkit-server -e MAPBOX_ACCESS_TOKEN=<YOUR_TOKEN>
4545
```
4646

4747
Replace `<YOUR_TOKEN>` with your actual Mapbox access token.
@@ -58,7 +58,7 @@ Add to your Claude Code MCP configuration:
5858
"mcpServers": {
5959
"mapbox-devkit": {
6060
"command": "npx",
61-
"args": ["-y", "@mapbox/mcp-devkit-server-private"],
61+
"args": ["-y", "@mapbox/mcp-devkit-server"],
6262
"env": {
6363
"MAPBOX_ACCESS_TOKEN": "your_token_here"
6464
}
@@ -193,7 +193,7 @@ Enable verbose error reporting by adding the environment variable:
193193
"mcpServers": {
194194
"mapbox-devkit": {
195195
"command": "npx",
196-
"args": ["-y", "@mapbox/mcp-devkit-server-private"],
196+
"args": ["-y", "@mapbox/mcp-devkit-server"],
197197
"env": {
198198
"MAPBOX_ACCESS_TOKEN": "your_token_here",
199199
"VERBOSE_ERRORS": "true"

docs/claude-desktop-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ See the [Token Requirements](#token-requirements) section below for detailed sco
4747
"mcpServers": {
4848
"mapbox-devkit": {
4949
"command": "npx",
50-
"args": ["-y", "@mapbox/mcp-devkit-server-private"],
50+
"args": ["-y", "@mapbox/mcp-devkit-server"],
5151
"env": {
5252
"MAPBOX_ACCESS_TOKEN": "your_token_here"
5353
}
@@ -153,7 +153,7 @@ Enable verbose error reporting by adding the environment variable:
153153
"mcpServers": {
154154
"mapbox-devkit": {
155155
"command": "npx",
156-
"args": ["-y", "@mapbox/mcp-devkit-server-private"],
156+
"args": ["-y", "@mapbox/mcp-devkit-server"],
157157
"env": {
158158
"MAPBOX_ACCESS_TOKEN": "your_token_here",
159159
"VERBOSE_ERRORS": "true"

0 commit comments

Comments
 (0)