Releases: flavioaiello/dendrites
Releases · flavioaiello/dendrites
v0.1.2
Dendrites v0.1.1
Dendrites v0.1.1
Domain Model Context Protocol Server — an architectural meta-layer that gives GitHub Copilot persistent, structured knowledge of your domain model.
What's New
- Brand identity: New dendrites SVG logo with neural-graph motif
- Dependency refresh: All crates updated to latest compatible versions (tokio 1.50, clap 4.5.60, uuid 1.22, syn 2.0.117, and more)
- Clean bill of health: 86 tests passing (70 unit + 16 integration), zero clippy warnings
Fixes
- MCP protocol negotiation: Server now echoes the client requested protocol version for full VS Code compatibility
- Zero-config startup: --workspace is now optional, defaults to current directory. Works from both user-level and workspace-level mcp.json
- Default serve mode: Running dendrites without a subcommand now starts the MCP server
Highlights
- Actual vs Desired model lifecycle — iterate on architecture without side effects; explicit accept/reset
- Background AST watcher — .rs file saves trigger instant actual-state sync
- Datalog-powered analysis — transitive deps, circular deps, layer violations, impact analysis, aggregate quality
- Homebrew installable
Install
brew tap flavioaiello/dendrites git@github.com:flavioaiello/dendrites.git
brew install dendritesOr build from source:
cargo install --path .v0.1.0
Initial release of DOMCP — Domain Model Context Protocol server.
- 16 tools (8 read + 8 write), 1 prompt, dynamic resources
- SQLite storage at ~/.domcp/domcp.db with multi-project support
- CLI: domcp serve|import|export|list
- Homebrew: brew tap flavioaiello/domcp && brew install domcp