@tupper/mcp@0.1.2
·
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/containeron macOS,@tupper/firecrackeron Linux; the rest are skipped via theirosfield).npx @tupper/mcp,npx @tupper/api, andnpm i -g @tupper/clinow work without separately installing a backend — fixing the "No available sandbox backend" error on a fresh run.