Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ console.log(result);
}
```

See the [MCP README](packages/bash-mcp) for configuration details.
See the [MCP Readme](packages/bash-mcp) for configuration details.

### Interactive shell

Expand Down
2 changes: 1 addition & 1 deletion packages/bash-mcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add to your MCP client configuration (e.g. Claude Desktop, Cursor):

## How It Works

Each session runs inside a WebAssembly sandbox powered by [`@capsule-run/bash-wasm`](https://github.com/capsule-run/bash). The sandbox provides:
Each session runs inside a WebAssembly sandbox powered by [`@capsule-run/bash-wasm`](https://github.com/capsulerun/bash). The sandbox provides:

- **Persistent state** — cwd, env vars, and filesystem changes persist across commands within a session
- **Filesystem diff** — every `run` response includes a diff of what changed on disk
Expand Down
Loading