Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/tutorials/drive-your-first-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Register Cua Driver with your agent harness once.
It prints a command you run to register the server (paths will be specific to your install):

```bash
claude mcp add-json cua-computer-use '{"args":["mcp","--claude-code-computer-use-compat"],"command":"/Users/you/.local/bin/cua-driver"}'
claude mcp add-json --scope user cua-computer-use '{"args":["mcp"],"command":"/Users/you/.local/bin/cua-driver"}'
```
</Tab>
<Tab value="Codex">
Expand Down
Loading