This commit is contained in:
Ben Cherry
2025-10-17 17:02:45 -07:00
parent d1283b5ec2
commit eaddaaf2ec
2 changed files with 15 additions and 0 deletions
+10
View File
@@ -35,6 +35,16 @@ For Claude Code, run this command:
claude mcp add --transport http livekit-docs https://docs.livekit.io/mcp
```
For Codex CLI, use this command to install the server:
```
codex mcp add --url https://docs.livekit.io/mcp livekit-docs
```
For Gemini CLI, use this command to install the server:
```
gemini mcp add --transport http livekit-docs https://docs.livekit.io/mcp
```
The project includes a complete [AGENTS.md](AGENTS.md) file for these assistants. You can modify this file to suite your needs. To learn more about this file, see [https://agents.md](https://agents.md).
## Dev Setup