Releases: jparkerweb/mcp-sqlite
Releases · jparkerweb/mcp-sqlite
v1.0.9
What's New 🎉
[1.0.9] - 2026-04-04
🛡️ Security
- Fixed SQL injection vulnerability (CWE-89) in all CRUD operations and get_table_schema
- Table names are now validated against sqlite_master before query construction
- Column names are now validated against the target table's schema
- All SQL identifiers are properly quoted with double-quote escaping
v1.0.8
What's New 🎉
[1.0.8] - 2026-03-14
🐛 Fixed
- Fixed Zod v4 compatibility by using explicit string keys
v1.0.7 - ✌️ VS Code is a Freind Too
[1.0.7] - 2025-06-02
📦 Updated
- Added a "description" parameter to each tool definitions for better Agent selection
🐛 Fixed
- Resolved a know validation issue with VS Code that requires stricter JSON schema validation
v1.0.1 - 🚀 Initial Release
What's New 🎉
v1.0.1 - 2025-04-05
✨ Added
- Initial release of
MCP SQLite Server - Complete set of CRUD operations:
create_record- Insert data into tablesread_records- Query records with filtering, limit and offsetupdate_records- Modify existing records with conditionsdelete_records- Remove records matching conditions
- Database exploration tools:
list_tables- List all tables in the databaseget_table_schema- Get column information for tablesdb_info- Get database file metadata
- Custom SQL query execution with the
querytool - Support for relative and absolute database paths
- Detailed error reporting for all operations
- Comprehensive JSON response formatting
- Full documentation in README.md
Please consider sending me a tip to support my work 😀
🍵 tip me here
⇢ 💻 Visit eQuill Labs
⇢ 💬 Join the Discord
