Skip to content

Commit d1f87e7

Browse files
committed
docs(README): Collapse secondary platform configs into details
why: Playwright and Filesystem MCP servers use collapsible sections to keep the README scannable while still documenting all platforms. what: - Collapse Codex CLI / Gemini CLI one-liners into <details> - Collapse Codex CLI / Gemini CLI / Cursor local checkout into <details> - Keep Claude Code and JSON config visible as primary paths
1 parent 77a3bdc commit d1f87e7

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Give AI agents (Claude Code, Claude Desktop, Codex CLI, Gemini CLI, Cursor) prog
3030
$ claude mcp add libtmux -- uvx libtmux-mcp
3131
```
3232

33+
<details>
34+
<summary>Codex CLI / Gemini CLI</summary>
35+
3336
**Codex CLI:**
3437

3538
```console
@@ -42,6 +45,8 @@ $ codex mcp add libtmux -- uvx libtmux-mcp
4245
$ gemini mcp add libtmux uvx -- libtmux-mcp
4346
```
4447

48+
</details>
49+
4550
**Cursor** does not have an `mcp add` CLI command - use the JSON config below.
4651

4752
### JSON config (all tools)
@@ -123,6 +128,9 @@ Point your tool at the local checkout via `uv --directory`:
123128
$ claude mcp add --scope user libtmux -- uv --directory ~/work/python/libtmux-mcp run libtmux-mcp
124129
```
125130

131+
<details>
132+
<summary>Codex CLI / Gemini CLI / Cursor</summary>
133+
126134
**Codex CLI:**
127135

128136
```console
@@ -135,7 +143,7 @@ $ codex mcp add libtmux -- uv --directory ~/work/python/libtmux-mcp run libtmux-
135143
$ gemini mcp add --scope user libtmux uv -- --directory ~/work/python/libtmux-mcp run libtmux-mcp
136144
```
137145

138-
**Cursor** - add to `~/.cursor/mcp.json`:
146+
**Cursor** add to `~/.cursor/mcp.json`:
139147

140148
```json
141149
{
@@ -151,8 +159,7 @@ $ gemini mcp add --scope user libtmux uv -- --directory ~/work/python/libtmux-mc
151159
}
152160
```
153161

154-
<details>
155-
<summary>Codex CLI config.toml format (local checkout)</summary>
162+
**Codex CLI**`config.toml` format:
156163

157164
```toml
158165
[mcp_servers.libtmux]

0 commit comments

Comments
 (0)