Skip to content

Commit 9a92adc

Browse files
thisrohanguptaCopilotDavid-Kreiner
authored
Document Gemini CLI Extensions and Harness MCP setup (#25)
* Document Gemini CLI Extensions and Harness MCP setup Added usage instructions for Gemini CLI Extensions and Harness MCP installation. * Update README.md Co-authored-by: Copilot <[email protected]> * Update README.md Co-authored-by: Copilot <[email protected]> * Update README.md Co-authored-by: Copilot <[email protected]> * Update README.md Co-authored-by: David-Kreiner <[email protected]> * Remove Gemini Extension File configuration example --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: David-Kreiner <[email protected]>
1 parent 71cef44 commit 9a92adc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,27 @@ Add the server configuration to your Gemini config file at: `~/.gemini/settings.
325325
}
326326
```
327327

328+
### Usage with Gemini CLI Extensions
329+
330+
You will need to run the following command to install the Harness MCP as an extension:
331+
332+
```sh
333+
gemini extensions install https://github.com/harness/mcp-server
334+
```
335+
336+
Then you will need to set the environment variables for the extension:
337+
338+
```sh
339+
export HARNESS_API_KEY="your_api_key_here"
340+
```
341+
342+
Launch Gemini and start asking questions about Harness!
343+
344+
```sh
345+
gemini
346+
```
347+
348+
328349
### Claude Desktop Configuration
329350

330351
On MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`

0 commit comments

Comments
 (0)