Skip to content

SandBase Harness v0.3.2

Latest

Choose a tag to compare

@denial123789 denial123789 released this 15 Aug 09:06
2bb788d

Highlights

  • Adds a containerized MCP bridge via Dockerfile.mcp for 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.