Release Notes
v0.13.0
What's Changed
Features
- Added MCP (Model Context Protocol) server support: New API endpoints (
/api/mcp/,/api/mcp/settings,/api/mcp/tokens) and UI controls in Settings enable secure agent access, token management, and MCP integration. - Stable MCP port for desktop: desktop app now uses a consistent, predictable port for the local MCP proxy, improving reliability and user experience.
Improvements
- Enhanced AI analysis capabilities: Numeric fields are now accepted in AI analysis summary schemas, enabling richer charting and insights from query results.
- Refined SQL Console insights flow: Improved behavior and responsiveness of SQL Console features—including editor, sidebar, table browser stats, and schema introspection—across multiple database drivers and automation APIs.
Fixes
- Security hardening: Resolved security-related errors in desktop build and notarization scripts, and updated dependency configurations to address vulnerabilities.
- Vercel deployment fix: Corrected Yarn configuration (
.yarnrc.yml,.yarn/releases/) to resolve installation failures during Vercel deployments.