Commit Graph

6 Commits

Author SHA1 Message Date
t8y2 b899d98977 fix(mcp): write complete config_json matching Rust ConnectionConfig schema 2026-05-09 12:04:46 +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 aad8c4a473 fix(mcp): read connections from SQLite instead of deprecated JSON files
After migrating storage to SQLite, the MCP server was still reading
from connections.json/secrets.json which no longer exist. Switch to
better-sqlite3 to read directly from dbx.db.
2026-05-08 12:09:38 +08:00
t8y2 06c584c38d feat: update version to 0.1.3 and add server configuration 2026-05-03 14:59:20 +08:00
t8y2 09f32d7316 feat: add MCP Server for AI agent database access
TypeScript MCP Server that reads DBX connection configs and exposes
5 tools: list connections, list tables, describe table, execute query,
and open table in DBX UI. Published as @dbx-app/mcp-server on npm.
2026-05-03 14:36:06 +08:00