You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-GEMINI-MCP.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Gemini CLI - MCP / OpenAI Bridge Server (`@google/gemini-mcp-server`)
1
+
# Gemini CLI - MCP / OpenAI Bridge Server (`@gemini-community/gemini-mcp-server`)
2
2
3
-
`@google/gemini-mcp-server` is a versatile companion application designed to serve as a powerful extension for the `gemini-cli` ecosystem. It primarily fulfills two core roles:
3
+
`@gemini-community/gemini-mcp-server` is a versatile companion application designed to serve as a powerful extension for the `gemini-cli` ecosystem. It primarily fulfills two core roles:
4
4
5
5
1.**MCP (Model-Context Protocol) Server**: It hosts and exposes `gemini-cli`'s powerful built-in tools (e.g., `google_web_search`, file system tools) via a standard, discoverable protocol. This allows the core `gemini-cli` model to invoke these tools as needed.
6
6
@@ -83,7 +83,7 @@ From the root of the `gemini-cli` project, ensure all dependencies are installed
83
83
```bash
84
84
# From the project root
85
85
npm install
86
-
npm run build --workspace=@google/gemini-mcp-server
86
+
npm run build --workspace=@gemini-community/gemini-mcp-server
87
87
```
88
88
89
89
### 2. Starting the Server
@@ -92,13 +92,13 @@ You can start the server using the `npm run start` command from the root directo
92
92
93
93
```bash
94
94
# Start the server with default configuration
95
-
npm run start --workspace=@google/gemini-mcp-server
95
+
npm run start --workspace=@gemini-community/gemini-mcp-server
96
96
97
97
# Start on a different port with debug mode enabled
98
-
npm run start --workspace=@google/gemini-mcp-server -- --port=9000 --debug
98
+
npm run start --workspace=@gemini-community/gemini-mcp-server -- --port=9000 --debug
99
99
100
100
# Use a faster model for tool calls
101
-
GEMINI_TOOLS_DEFAULT_MODEL=gemini-1.5-flash npm run start --workspace=@google/gemini-mcp-server
101
+
GEMINI_TOOLS_DEFAULT_MODEL=gemini-1.5-flash npm run start --workspace=@gemini-community/gemini-mcp-server
102
102
```
103
103
104
104
When the server starts successfully, you will see output similar to this:
The `@google/gemini-mcp-server`**does not introduce any new telemetry or data collection mechanisms**.
145
+
The `@gemini-community/gemini-mcp-server`**does not introduce any new telemetry or data collection mechanisms**.
146
146
147
147
It relies entirely on the OpenTelemetry (OTEL) system built into the `@google/gemini-cli-core` package. Therefore, all telemetry data (if enabled) will follow the main `gemini-cli` configuration and be sent to the destination specified in your `settings.json` file.
148
148
149
149
For details on how to configure and use telemetry, please refer to the [main Gemini CLI telemetry documentation](../../docs/telemetry.md).
150
150
151
151
### Terms of Service and Privacy Notice
152
152
153
-
Your use of this server is governed by the Terms of Service and Privacy Policies corresponding to the `gemini-cli` account type you are using for authentication. As a bridge, `@google/gemini-mcp-server` does not collect, store, or process any additional data of its own.
153
+
Your use of this server is governed by the Terms of Service and Privacy Policies corresponding to the `gemini-cli` account type you are using for authentication. As a bridge, `@gemini-community/gemini-mcp-server` does not collect, store, or process any additional data of its own.
154
154
155
155
We strongly recommend you review the [main Gemini CLI Terms of Service and Privacy Notice documentation](../../docs/tos-privacy.md) for details applicable to your account.
156
156
157
157
---
158
158
159
-
### Developer Note: Regarding the package name `@google/gemini-mcp-server`
159
+
### Developer Note: Regarding the package name `@gemini-community/gemini-mcp-server`
160
160
161
-
Please note that the name of this package, `@google/gemini-mcp-server`, reflects its origin as an internal component of the official `google-gemini/gemini-cli` monorepo.
161
+
Please note that the name of this package, `@gemini-community/gemini-mcp-server`, indicates that it is a community-maintained package.
162
162
163
-
-**Internal Naming**: This naming is consistent internally within the source code and workspaces of the `gemini-cli` project.
164
-
-**Not for Independent Publication**: This package is **not intended to be published independently**to a public npm registry. If you fork this project and wish to publish your modified version, you **must** change the package name to your own scope (e.g., `@your-username/gemini-mcp-server`) to comply with npm's package naming policies and to avoid confusion.
163
+
-**Community Driven**: This package is part of the Gemini Community effort to extend the capabilities of `gemini-cli`.
164
+
-**Publication**: This package may be published to a public npm registry under the `@gemini-community` scope. If you fork this project and wish to publish your own modified version, you **must** change the package name to your own scope (e.g., `@your-username/gemini-mcp-server`) to comply with npm's package naming policies and to avoid confusion.
165
165
166
166
----
167
167
168
-
# Gemini CLI - MCP / OpenAI Bridge Server (`@google/gemini-mcp-server`)
168
+
# Gemini CLI - MCP / OpenAI Bridge Server (`@gemini-community/gemini-mcp-server`)
0 commit comments