From eaddaaf2ecbfc09aaeb6c68c0a9f07502e823246 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Fri, 17 Oct 2025 17:02:45 -0700 Subject: [PATCH] gem --- .gemini/settings.json | 5 +++++ README.md | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gemini/settings.json diff --git a/.gemini/settings.json b/.gemini/settings.json new file mode 100644 index 0000000..38396c7 --- /dev/null +++ b/.gemini/settings.json @@ -0,0 +1,5 @@ +{ + "context": { + "fileName": "AGENTS.md" + } +} \ No newline at end of file diff --git a/README.md b/README.md index 92e0703..93a10a5 100644 --- a/README.md +++ b/README.md @@ -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