docs: update command-line flag documentation (#12452)

This commit is contained in:
Allen Hutchison
2025-11-02 09:59:03 -08:00
committed by GitHub
parent d7243fb81f
commit 02518d2927
3 changed files with 45 additions and 47 deletions

View File

@@ -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