@@ -100,12 +100,14 @@ The binary is at `target/release/zhtw-mcp`.
100100
101101### Installing
102102
103- The quickest way to build, install to ` ~/.local/bin ` , and register with Claude Code:
103+ The quickest way to build, install to ` $XDG_BIN_HOME ` (or ` ~/.local/bin ` ),
104+ stop older server processes, and register with detected MCP clients
105+ (Claude Code and/or Codex):
104106
105107``` bash
106- make install # build release, install binary, register MCP server
107- make uninstall # remove binary and MCP registration
108- make status # check binary, process, and registration state
108+ make install # build release, install binary, register detected MCP clients
109+ make uninstall # remove binary and detected MCP registrations
110+ make status # check binary freshness , process, and registration state
109111```
110112
111113For manual setup or other MCP clients:
@@ -114,11 +116,14 @@ For manual setup or other MCP clients:
114116# Claude Code
115117claude mcp add zhtw-mcp -- /path/to/zhtw-mcp
116118
119+ # Codex CLI
120+ codex mcp add zhtw -- /path/to/zhtw-mcp
121+
117122# OpenCode
118123opencode mcp add zhtw-mcp /path/to/zhtw-mcp
119124```
120125
121- Codex CLI or other MCP clients -- add to ` .mcp.json ` in your project root:
126+ Other MCP clients may use ` .mcp.json ` in your project root:
122127
123128``` json
124129{
0 commit comments