Skip to content

Commit d91a101

Browse files
committed
docs: update args in project scope mode usage
1 parent 1e120c3 commit d91a101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Make sure Node.js is available in your system `PATH` environment variable. If yo
130130
Without project scoping, the MCP server will have access to all organizations and projects in your Supabase account. We recommend you restrict the server to a specific project by setting the `--project-ref` flag on the CLI command:
131131

132132
```shell
133-
npx -y @supabase/mcp-server-supabase@latest --read-only --project-ref=<project-ref>
133+
npx -y @supabase/mcp-server-supabase@latest --project-ref=<project-ref>
134134
```
135135

136136
Replace `<project-ref>` with the ID of your project. You can find this under **Project ID** in your Supabase [project settings](https://supabase.com/dashboard/project/_/settings/general).

0 commit comments

Comments
 (0)