Skip to content

v1.0.2

Compare
Choose a tag to compare
@linhdmn linhdmn released this 17 Mar 21:38
· 131 commits to main since this release

Release v1.0.0

✨ Key Features

  • Flexible Transport: Server-Sent Events (SSE) transport layer with robust connection handling
  • Standard Messaging: JSON-RPC based message format for interoperability
  • Dynamic Tool Registry: Register, discover, and invoke database tools at runtime
  • Editor Integration: First-class support for VS Code and Cursor extensions
  • Session Management: Sophisticated session tracking and persistence
  • Structured Error Handling: Comprehensive error reporting for better debugging
  • Performance Optimized: Designed for high throughput and low latency

Built-in Tools

The server currently includes three core database tools:

Tool Description
dbQuery Executes read-only SQL queries with parameterized inputs
dbExecute Performs data modification operations (INSERT, UPDATE, DELETE)
dbTransaction Manages SQL transactions with commit and rollback support