Rename directory command to workspace

This commit is contained in:
Dmitry Lyalin
2026-03-10 09:46:48 -04:00
parent a6b95897ad
commit 8b5102e55e
21 changed files with 110 additions and 110 deletions

View File

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