Skip to content

Commit 0c40b99

Browse files
committed
docs: update oh-my-opencode repository URL
1 parent 14ab7e2 commit 0c40b99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An MCP server for spawning and managing bash commands asynchronously. Run multip
88

99
## Background
1010

11-
This project is a Rust rewrite of the original Python implementation [async-bash-mcp](https://github.com/xhuw/async-bash-mcp), built using [opencode](https://opencode.ai/) + [oh-my-opencode](https://github.com/anthropics/oh-my-opencode) inside [OpenChamber](https://github.com/btriapitsyn/openchamber). As a local-type MCP server, Rust offers lower startup overhead compared to Python, making it a better fit for tools that are launched on every session.
11+
This project is a Rust rewrite of the original Python implementation [async-bash-mcp](https://github.com/xhuw/async-bash-mcp), built using [opencode](https://opencode.ai/) + [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode) inside [OpenChamber](https://github.com/btriapitsyn/openchamber). As a local-type MCP server, Rust offers lower startup overhead compared to Python, making it a better fit for tools that are launched on every session.
1212

1313
## Usage with opencode
1414

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## 背景
1010

11-
本项目是对原 Python 实现 [async-bash-mcp](https://github.com/xhuw/async-bash-mcp) 的 Rust 改写,使用 [opencode](https://opencode.ai/) + [oh-my-opencode](https://github.com/anthropics/oh-my-opencode)[OpenChamber](https://github.com/btriapitsyn/openchamber) 中完成。作为一个 local 类型的 MCP 服务器,Rust 的启动开销比 Python 更小,更适合每次会话都需要启动的工具场景。
11+
本项目是对原 Python 实现 [async-bash-mcp](https://github.com/xhuw/async-bash-mcp) 的 Rust 改写,使用 [opencode](https://opencode.ai/) + [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode)[OpenChamber](https://github.com/btriapitsyn/openchamber) 中完成。作为一个 local 类型的 MCP 服务器,Rust 的启动开销比 Python 更小,更适合每次会话都需要启动的工具场景。
1212

1313
## 在 opencode 中使用
1414

0 commit comments

Comments
 (0)