{"name":"text-to-sql-api","version":"0.1.0","description":"Text-to-SQL (read-only) over MSSQL with RAG schema discovery and multi-provider LLMs","endpoints":{"health":"GET /health","chat":{"create":"POST /chats","get":"GET /chats/:id","delete":"DELETE /chats/:id","sendMessage":"POST /chats/:id/messages","suggestions":"GET /chats/:id/suggestions","setModel":"PUT /chats/:id/model"},"schema":{"status":"GET /schema/status","search":"GET /schema/search?q="},"models":"GET /models","admin":{"refresh":"POST /admin/schema/refresh","annotationsGet":"GET /admin/schema/annotations","annotationsReload":"POST /admin/schema/annotations/reload"}}}