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 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