A demo application showcasing the integration of Spring AI with SQLite databases using the Model Context Protocol (MCP). This application enables natural language interactions with your SQLite ...
Tillify/ ├── src/ │ ├── main/ # Electron main process │ │ ├── db/ # Database config │ │ ├── entities/ # TypeORM models │ │ ├── ipc/ # IPC handlers │ │ └── services/ # Business logic ...