Commit Graph

6 Commits

Author SHA1 Message Date
github-actions[bot] 8bd29cf66a chore(mcp): release 0.4.1 [skip mcp-release] 2026-05-17 02:36:04 +00:00
t8y2 7d3f43058d ci(mcp): add automatic patch release 2026-05-17 10:06:32 +08:00
t8y2 1937ee9fd3 feat(mcp): add bridge data endpoints for all database types
Add /data/list-tables, /data/describe-table, /data/execute-query
bridge endpoints so the MCP server can delegate queries for non-PG/MySQL
database types (Oracle, H2, Trino, Hive, Neo4j, Cassandra, etc.)
through the DBX desktop app. Direct PG/MySQL connections remain
unchanged. Bump MCP server version to 0.3.0.
2026-05-13 18:45:02 +08:00
t8y2 7c3e3f68d4 chore(mcp): bump version to 0.2.1 2026-05-08 12:46:42 +08:00
t8y2 5a281a8216 docs(mcp): update docs for connection CRUD tools and SQLite storage
- Add dbx_add_connection and dbx_remove_connection to all docs
- Update storage references from JSON files to SQLite (dbx.db)
- Bump MCP server version to 0.2.0
2026-05-08 12:17:52 +08:00
t8y2 06c584c38d feat: update version to 0.1.3 and add server configuration 2026-05-03 14:59:20 +08:00