Skip to content

@tupper/mcp@0.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Jun 20:34
· 2 commits to main since this release

Patch Changes

  • Install a sandbox backend automatically with the CLI, API, and MCP frontends.

    Each frontend now declares the backends as optionalDependencies, so the one matching the host platform installs on its own (@tupper/container on macOS, @tupper/firecracker on Linux; the rest are skipped via their os field). npx @tupper/mcp, npx @tupper/api, and npm i -g @tupper/cli now work without separately installing a backend — fixing the "No available sandbox backend" error on a fresh run.