Changelog

Version 1.0.0 (2026-05-15)

Features:

  • ✅ Complete MCP tool suite (connect, discover, record, close)
  • ✅ Query confirmation workflow with mandatory user confirmation
  • ✅ Type mapping from SQL to Acolyte types
  • ✅ Multi-parameter query execution
  • ✅ JSON-RPC protocol implementation

Testing:

  • ✅ 44 unit tests across 5 spec suites
  • ✅ 15 integration tests (end-to-end workflows)
  • ✅ 62/62 tests passing

Documentation:

  • ✅ Getting Started Guide
  • ✅ Installation & Configuration Guide (Claude Desktop, GitHub CLI)
  • ✅ Detailed API Reference with examples
  • ✅ Query Confirmation design rationale

Code Quality:

  • ✅ 100% Offler compliance
  • ✅ Zero compilation warnings with -Xfatal-warnings
  • ✅ No use of Any type
  • ✅ Full immutability constraints met