From 1a6c3450035ff317e438071ad560fa864eb2d646 Mon Sep 17 00:00:00 2001 From: Mohamed Diallo Date: Tue, 21 Apr 2026 01:37:56 +0200 Subject: [PATCH 1/2] Update README.md --- packages/bash-mcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bash-mcp/README.md b/packages/bash-mcp/README.md index a1ace8c..3549d2e 100644 --- a/packages/bash-mcp/README.md +++ b/packages/bash-mcp/README.md @@ -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 From b01fd2b31474698d37decca164090e84e0d43b34 Mon Sep 17 00:00:00 2001 From: Mohamed Diallo Date: Tue, 21 Apr 2026 01:39:23 +0200 Subject: [PATCH 2/2] Fix typo in MCP README reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27fc709..2d5630b 100644 --- a/README.md +++ b/README.md @@ -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