mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
docs: update command-line flag documentation (#12452)
This commit is contained in:
@@ -969,7 +969,8 @@ gemini mcp add --transport sse --header "Authorization: Bearer abc123" secure-ss
|
||||
### Listing Servers (`gemini mcp list`)
|
||||
|
||||
To view all MCP servers currently configured, use the `list` command. It
|
||||
displays each server's name, configuration details, and connection status.
|
||||
displays each server's name, configuration details, and connection status. This
|
||||
command has no flags.
|
||||
|
||||
**Command:**
|
||||
|
||||
@@ -996,6 +997,10 @@ server's name.
|
||||
gemini mcp remove <name>
|
||||
```
|
||||
|
||||
**Options (Flags):**
|
||||
|
||||
- `-s, --scope`: Configuration scope (user or project). [default: "project"]
|
||||
|
||||
**Example:**
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user