From 8d61180ada316592567a0bf04438a8a2eb30859b Mon Sep 17 00:00:00 2001 From: Lucas Terracino Date: Wed, 12 Nov 2025 17:20:08 -0300 Subject: [PATCH] Update valid scope options in remote setup documentation Removed 'local' from valid scope options in documentation. --- documentation/docs/20-setup/30-remote-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/20-setup/30-remote-setup.md b/documentation/docs/20-setup/30-remote-setup.md index aaa15edc..108c2bfc 100644 --- a/documentation/docs/20-setup/30-remote-setup.md +++ b/documentation/docs/20-setup/30-remote-setup.md @@ -42,7 +42,7 @@ To use the remote MCP server with Gemini CLI, simply run the following command: gemini mcp add -t http -s [scope] svelte https://mcp.svelte.dev/mcp ``` -The `[scope]` must be `user`, `project` or `local`. +The `[scope]` must be `user` or `project`. ## OpenCode