SQLite MCP Server v2.4.0 - Windows GeomFromText Compatibility + Major Optimizations #27
neverinfamous
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SQLite MCP Server v2.4.0 🚀
Released September 19, 2025
🎯 Major Improvements
✅ Windows SpatiaLite Compatibility Resolved
📦 Massive Container Optimization
🔧 What's New
Automatic Spatial Function Preprocessing
The server now intelligently converts GeomFromText calls for Windows compatibility:
\\sql
-- These now work seamlessly on Windows:
INSERT INTO spatial_table (geom) VALUES (GeomFromText('POINT(1 2)', 4326));
UPDATE spatial_table SET geom = GeomFromText('POINT(10 20)', 3857) WHERE id = 1;
\\
Automatic Conversions:
🐳 Docker Images
\\�ash
Latest stable release
docker pull writenotenow/sqlite-mcp-server:latest
docker pull writenotenow/sqlite-mcp-server:v2.4.0
\\
📊 Release Stats
Full Changelog: v2.3.0...v2.4.0
This discussion was created from the release SQLite MCP Server v2.4.0 - Windows GeomFromText Compatibility + Major Optimizations.
Beta Was this translation helpful? Give feedback.
All reactions