This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryAdded a geocode tool that converts addresses to coordinates using OpenStreetMap Nominatim.
Full changelog
New Features
- Geocode tool (44th tool, new
geolocationtoolset) — convert address/landmark to coordinates using OpenStreetMap Nominatim, no API key required - HTTP proxy support —
HTTPS_PROXY/HTTP_PROXY/ALL_PROXYenv vars for geocode requests (uses Node.js built-inundici.ProxyAgent) - Custom User-Agent —
OSM_USER_AGENTenv var for Nominatim API requests
Improvements
- 11 toolsets / 44 tools (up from 10 / 43)
- Rate limiting: 1.1s interval per Nominatim usage policy
- Proxy configuration guide in Getting Started docs
Proxy Configuration
{
"mcpServers": {
"cesium": {
"command": "npx",
"args": ["-y", "cesium-mcp-runtime@latest"],
"env": {
"HTTPS_PROXY": "http://127.0.0.1:10808"
}
}
}
}
Full Changelog: https://github.com/gaopengbin/cesium-mcp/compare/v1.139.4...v1.139.5
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About gaopengbin/cesium-mcp
AI-powered 3D globe control via MCP. Connect any MCP-compatible AI agent to CesiumJS — camera flight, GeoJSON/3D Tiles layers, markers, spatial analysis, heatmaps, and more through 19 natural language tools.
Related context
Beta — feedback welcome: [email protected]