Skip to content

Commit 9f73e5e

Browse files
committed
Simplify Gemini CLI setup instructions in README.md with a streamlined single-command example.
1 parent e667875 commit 9f73e5e

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -155,24 +155,14 @@ headers = { Authorization = "Bearer YOUR_API_KEY_HERE" }
155155
<details>
156156
<summary><b>Gemini CLI</b></summary>
157157

158-
Gemini CLI has first-class MCP support via `~/.gemini/settings.json` (or workspace `.gemini/settings.json`). Add CodeAlive as a **streamable-http** server.
158+
**One command setup:**
159159

160-
```json
161-
{
162-
"mcpServers": {
163-
"codealive": {
164-
"type": "streamable-http",
165-
"url": "https://mcp.codealive.ai/api",
166-
"requestOptions": {
167-
"headers": {
168-
"Authorization": "Bearer YOUR_API_KEY_HERE"
169-
}
170-
}
171-
}
172-
}
173-
}
160+
```bash
161+
gemini mcp add --transport http secure-http https://mcp.codealive.ai/api --header "Authorization: Bearer YOUR_API_KEY_HERE"
174162
```
175163

164+
Replace `YOUR_API_KEY_HERE` with your actual API key.
165+
176166
</details>
177167

178168
<details>

0 commit comments

Comments
 (0)