Commit Graph

4 Commits

Author SHA1 Message Date
1e002d801a chore: update build config, linting, and add test infrastructure
Replace install -D with mkdir -p + install for macOS portability,
add vitest with jsdom and testing-library, configure eslint for
react-hooks v7 warnings, and add tokio test deps for Rust.
2026-04-06 13:12:43 +03:00
f8dd94a6c7 chore: remove node_modules prerequisite from make dev 2026-04-06 10:27:24 +03:00
4b6c547bcf fix: use --no-bundle in build/install, split bundle targets
- `make build` now uses --no-bundle so install doesn't fail on
  platform-specific bundlers (e.g. linuxdeploy for AppImage)
- Separate `make bundle-*` targets for deb, rpm, appimage, macos, windows
- `make bundle` still builds everything for the current platform

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 13:49:10 +03:00
32486b0524 feat: add embedded MCP server and Makefile
Add an MCP (Model Context Protocol) server that starts on 127.0.0.1:9427
at app launch, sharing connection pools with the Tauri IPC layer. This
lets Claude (or any MCP client) query PostgreSQL through Tusk's existing
connections.

MCP tools: list_connections, execute_query, list_schemas, list_tables,
describe_table.

Also add a Makefile with targets for dev, build (cross-platform),
install/uninstall, lint, and formatting.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 13:24:25 +03:00