Highlights
- Adds a containerized MCP bridge via
Dockerfile.mcpfor reproducible local and self-hosted deployments. - Aligns all immutable quickstart, deployment, and example references on
v0.3.2. - Keeps the full release gate green: typecheck, tests, builds, package validation, and release smoke checks.
Quick start
git clone --branch v0.3.2 --depth 1 https://github.com/sandbaseai/sandbase-harness.git
cd sandbase-harness
docker build -f Dockerfile.mcp -t sandbase-harness-mcp:v0.3.2 .See the changelog and README for complete setup options.