mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 18:11:02 -07:00
Rename directory command to workspace
This commit is contained in:
@@ -998,7 +998,7 @@ gemini mcp add [options] <name> <commandOrUrl> [args...]
|
||||
|
||||
**Options (flags):**
|
||||
|
||||
- `-s, --scope`: Configuration scope (user or project). [default: "project"]
|
||||
- `-s, --scope`: Configuration scope (user or workspace). [default: "workspace"]
|
||||
- `-t, --transport`: Transport type (stdio, sse, http). [default: "stdio"]
|
||||
- `-e, --env`: Set environment variables (e.g. -e KEY=value).
|
||||
- `-H, --header`: Set HTTP headers for SSE and HTTP transports (e.g. -H
|
||||
@@ -1109,7 +1109,7 @@ gemini mcp remove <name>
|
||||
|
||||
**Options (flags):**
|
||||
|
||||
- `-s, --scope`: Configuration scope (user or project). [default: "project"]
|
||||
- `-s, --scope`: Configuration scope (user or workspace). [default: "workspace"]
|
||||
|
||||
**Example:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user