Skip to content

v1.0.1 - πŸš€ Initial Release

Compare
Choose a tag to compare
@jparkerweb jparkerweb released this 05 Apr 19:42
· 11 commits to main since this 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 tables
    • read_records - Query records with filtering, limit and offset
    • update_records - Modify existing records with conditions
    • delete_records - Remove records matching conditions
  • Database exploration tools:
    • list_tables - List all tables in the database
    • get_table_schema - Get column information for tables
    • db_info - Get database file metadata
  • Custom SQL query execution with the query tool
  • Support for relative and absolute database paths
  • Detailed error reporting for all operations
  • Comprehensive JSON response formatting
  • Full documentation in README.md

v1.0.0


Please consider sending me a tip to support my work πŸ˜€

🍡 tip me here

β‡’ πŸ’» Visit eQuill Labs
β‡’ πŸ’¬ Join the Discord