File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
3134When 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
You can’t perform that action at this time.
0 commit comments