Releases: FlowMCP/geo-geojson-toolkit
Releases · FlowMCP/geo-geojson-toolkit
Release list
v2.0.0
[2.0.0] - 2026-06-04
First published release. URL in-memory architecture and geo-standard alignment.
Added
- Fetch a complete GeoJSON FeatureCollection (RFC 7946) by URL, hold it in
memory, and query it with the shared geo method family (nearPoint,
inBoundingBox,byType). FlowMcpAdapterfor FlowMCP CLI integration.
Changed
- Rebuilt to URL in-memory mode (Memo 096) — no SQLite artifact, no file seal.
- Normalized lon-first RFC-7946 FeatureCollection output, aligned to the geo
add-on standard (Memo 100). - Renamed repository
geojson-sqlite-toolkit→geo-geojson-toolkit(Memo 106).
The old URL redirects; the npm package name isgeo-geojson-toolkit.
Fixed
- CI no longer fails the build on a Codecov upload error (best-effort coverage upload).