Skip to content

Releases: FlowMCP/geo-geojson-toolkit

Release list

v2.0.0

Choose a tag to compare

@a6b8 a6b8 released this 04 Jun 18:25

[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).
  • FlowMcpAdapter for 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-toolkitgeo-geojson-toolkit (Memo 106).
    The old URL redirects; the npm package name is geo-geojson-toolkit.

Fixed

  • CI no longer fails the build on a Codecov upload error (best-effort coverage upload).