Releases: ChrisRoyse/Synapse
Releases · ChrisRoyse/Synapse
v0.1.0-m0
Changelog
v0.1.0-m0 - 2026-05-23
M0 bootstraps Synapse as a Rust MCP server with a single health tool over stdio.
- Added the Rust workspace, crate skeletons, dual license files, cargo-deny configuration, CI workflow, and helper scripts.
- Implemented
synapse-coreshared types, schema version, and M0 error-code constants. - Implemented
synapse-telemetryJSON file logging, console logging, and log-dir validation. - Implemented
synapse-mcpstdio startup, CLI flags, graceful shutdown logging, and thehealthMCP tool. - Implemented
synapse-test-utilsraw stdio JSON-RPC client and M0 end-to-end health demo tests. - Added root README quick start, current Rust/dependency ADR, documentation link checking, and WSL-global Codex/Claude Code MCP configuration guidance.