Skip to content

Commit 4722a2f

Browse files
authored
Merge pull request #80 from mapbox/ctufts/agi-694
added remote to the server.json for discoverability of hosted devkit
2 parents 0646781 + db7d44e commit 4722a2f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
### Configuration
4+
5+
- **Hosted MCP Server**: Added remote entry in `server.json` for the hosted DevKit MCP server at `https://mcp-devkit.mapbox.com/mcp` using streamable-http transport
6+
37
### Documentation
48

59
- **PR Guidelines**: Added CHANGELOG requirement to CLAUDE.md (#67)

server.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@
2727
}
2828
]
2929
}
30+
],
31+
"remotes": [
32+
{
33+
"type": "streamable-http",
34+
"url": "https://mcp-devkit.mapbox.com/mcp"
35+
}
3036
]
3137
}

0 commit comments

Comments
 (0)