Skip to content

Commit f21ab12

Browse files
a6b8claude
andcommitted
Update add-on description to URL model
Memo 096: the geojson/csv toolkits are no longer converters to sealed SQLite — they fetch complete files by URL and serve them from memory. Edited the source template.txt and synced the generated profile README. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5229c59 commit f21ab12

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

profile/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ FlowMCP is a framework designed to adapt and expose existing web APIs (e.g., RES
6767

6868

6969
- **gtfs-sqlite-toolkit**: Convert GTFS Schedule feeds (CSV in ZIP) to queryable SQLite with quality seal, capability detection, and reusable default queries
70-
- **geojson-sqlite-toolkit**: Convert GeoJSON FeatureCollections (RFC 7946) into sealed, spatially queryable SQLite with auto-injected spatial tools
71-
- **csv-tsv-sqlite-toolkit**: Convert geo CSV/TSV into sealed SQLite with a mandatory parse config (no silent defaults) and auto-injected spatial tools
70+
- **geojson-sqlite-toolkit**: Load GeoJSON FeatureCollections (RFC 7946) from a URL into memory and serve spatially queryable, auto-injected spatial tools
71+
- **csv-tsv-sqlite-toolkit**: Load geo CSV/TSV from a URL into memory with a mandatory parse config (no silent defaults) and auto-injected spatial tools
7272

7373
---
7474

src/data/template.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ FlowMCP is a framework designed to adapt and expose existing web APIs (e.g., RES
4242
{{addons}}
4343

4444
- **gtfs-sqlite-toolkit**: Convert GTFS Schedule feeds (CSV in ZIP) to queryable SQLite with quality seal, capability detection, and reusable default queries
45-
- **geojson-sqlite-toolkit**: Convert GeoJSON FeatureCollections (RFC 7946) into sealed, spatially queryable SQLite with auto-injected spatial tools
46-
- **csv-tsv-sqlite-toolkit**: Convert geo CSV/TSV into sealed SQLite with a mandatory parse config (no silent defaults) and auto-injected spatial tools
45+
- **geojson-sqlite-toolkit**: Load GeoJSON FeatureCollections (RFC 7946) from a URL into memory and serve spatially queryable, auto-injected spatial tools
46+
- **csv-tsv-sqlite-toolkit**: Load geo CSV/TSV from a URL into memory with a mandatory parse config (no silent defaults) and auto-injected spatial tools
4747

4848
---
4949

0 commit comments

Comments
 (0)