Skip to content

Commit d0368bb

Browse files
author
Евгений Балякин
committed
add codex cli config example
1 parent 624cf57 commit d0368bb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ OpenCode example:
5353
}
5454
```
5555

56+
Codex CLI `~/.codex/config.toml`:
57+
58+
```toml
59+
[mcp_servers.codebone]
60+
command = "npx"
61+
args = ["-y", "codebone", "mcp", "--root", "."]
62+
```
63+
5664
## Commands
5765

5866
- `codebone map [directory]`

0 commit comments

Comments
 (0)