Add Supabase Cursor plugin workspace config - #276
Conversation
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Configure read-only MCP scoped to sjrfecxgysukkwxsowpy, vendor Supabase agent skills, document Cursor onboarding in README, and ignore local .worktrees/. Co-authored-by: Cursor <cursoragent@cursor.com>
7a36fa2 to
b016e98CompareBugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
- Pagination: announce and restore focus only after current commits to pending target; regression when onPageChange rejects the page - StageList: treat failed stage as current when nothing is active - Tabs: derive aria-selected from selectedId so disabled value tabs stay unselected - StatusMark/Tabs/StageList/Pagination regression tests per review - outstanding-issues: add #276 to recommended queue, fix#263 archive overstated verification, align #276 session date Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Summary
Adds workspace-level Supabase plugin configuration for Cursor agents working on Clinical KB Database.
.cursor/mcp.json— HTTP MCP server scoped tosjrfecxgysukkwxsowpywithread_only=truefor safer agent defaults.cursor/skills/supabase/— Official Supabase agent skill (auth, RLS, CLI/MCP usage, schema workflows).cursor/skills/supabase-postgres-best-practices/— Postgres performance reference skill from SupabaseREADME.md— Cursor Supabase MCP onboarding (OAuth, verification, cloud-agent auth, migration guidance)Why
/add-plugin supabaseinstalls the marketplace plugin at the user level. Committing project-scoped MCP config and skills ensures all contributors and cloud agents get the same Supabase tooling without relying on per-machine plugin installs.Post-merge setup (one-time per developer)
supabaseserver is enabled.npm run check:supabase-projectafter any Supabase env or MCP config change.Notes
sjrfecxgysukkwxsowpyonly; account-management tools are disabled in project-scoped mode.read_only=trueis the default; remove it only when intentional write access is needed.npm run check:supabase-projectguardrails unchanged.