Skip to content

SandBase Harness v0.3.4

Latest

Choose a tag to compare

@denial123789 denial123789 released this 19 Aug 02:26
· 4 commits to main since this release
d79ff1c

Highlights

  • Publishes the six-tool MCP bridge as a multi-platform GHCR image for linux/amd64 and linux/arm64.
  • Adds OCI and MCP ownership metadata plus GitHub build-provenance attestations.
  • Adds an MCP Registry-valid server.json using the OCI distribution.
  • Keeps immutable source, deployment, and DeepSeek Harness examples aligned with v0.3.4.

MCP container

docker pull ghcr.io/sandbaseai/sandbase-harness-mcp:0.3.4
docker run --rm -i \
  -e MANAGED_AGENTS_URL=http://host.docker.internal:3000 \
  ghcr.io/sandbaseai/sandbase-harness-mcp:0.3.4

The image contains only the stdio MCP bridge. Agent sessions and sandbox work remain in the connected Harness runtime.

Source install

git clone --branch v0.3.4 --depth 1 https://github.com/sandbaseai/sandbase-harness.git
cd sandbase-harness
npm ci && npm run build

The unscoped managed-agents npm package is not this project; this release does not publish npm.

Full changelog: https://github.com/sandbaseai/sandbase-harness/blob/v0.3.4/CHANGELOG.md