Skip to content

Commit bc96391

Browse files
committed
Remove Gemini CLI installation and authentication sections
Removed lines 11-41 containing Gemini CLI installation commands and authentication setup instructions.
1 parent a6e2426 commit bc96391

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

docs/installation-guides/install-gemini-cli.md

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,10 @@
11
# Install GitHub MCP Server in Google Gemini CLI
22

33
## Prerequisites
4-
1. Google Gemini CLI installed (see [Installation Options](#installation-options))
4+
1. Google Gemini CLI installed (see [official Gemini CLI documentation](https://github.com/google-gemini/gemini-cli))
55
2. [GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new) with appropriate scopes
66
3. For local installation: [Docker](https://www.docker.com/) installed and running
77

8-
## Installation Options
9-
10-
Install Google Gemini CLI using your preferred method. For the most up-to-date installation instructions and troubleshooting, see the [official Gemini CLI documentation](https://github.com/google-gemini/gemini-cli).
11-
12-
### Quick Install Options
13-
```bash
14-
# npm (Global Installation)
15-
npm install -g @google/gemini-cli
16-
17-
# npx (No Installation Required)
18-
npx @google/gemini-cli
19-
20-
# Homebrew
21-
brew install gemini-cli
22-
```
23-
24-
## Authentication Setup
25-
26-
Before using Gemini CLI, you need to authenticate with Google:
27-
28-
### Using Gemini API Key (Recommended)
29-
1. Get your API key from [Google AI Studio](https://makersuite.google.com/app/apikey)
30-
2. Set it as an environment variable:
31-
```bash
32-
export GEMINI_API_KEY=your_api_key_here
33-
```
34-
35-
### Using Vertex AI
36-
1. Configure Google Cloud credentials for Vertex AI
37-
2. Set the project ID:
38-
```bash
39-
export GOOGLE_CLOUD_PROJECT=your_project_id
40-
```
41-
428
## GitHub MCP Server Configuration
439

4410
### Method 1: Remote Server (Recommended)

0 commit comments

Comments
 (0)