Skip to content

Commit 8390484

Browse files
committed
suggest top level bash tool disable
1 parent 947a722 commit 8390484

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ An MCP server for spawning and managing bash commands asynchronously. Run multip
66

77
## Usage with opencode
88

9-
Add to your `opencode.json` config:
9+
Add to your `opencode.json` config to replace the bash tool with async-bash-mcp:
1010

1111
```json
1212
{
1313
"$schema": "https://opencode.ai/config.json",
14+
"tools": {
15+
"bash": false
16+
},
1417
"mcp": {
1518
"async-bash": {
1619
"type": "local",
@@ -30,7 +33,7 @@ Then use commands like:
3033

3134
When working with long-running commands like builds, tests, or servers, the agent needs to:
3235
- Monitor progress incrementally without committing to a fixed timeout
33-
- Run multiple commands in parallel and check each independently
36+
- Run multiple commands in parallel and check each independently
3437
- Make decisions about continuing or terminating based on partial output
3538
- Process real-time feedback as commands generate output
3639

0 commit comments

Comments
 (0)