Skip to content

feature: mcp + CLI agent references#39

Open
Rodriguespn wants to merge 9 commits intofeature/supabase-skillfrom
feature/mcp-agent-references
Open

feature: mcp + CLI agent references#39
Rodriguespn wants to merge 9 commits intofeature/supabase-skillfrom
feature/mcp-agent-references

Conversation

@Rodriguespn
Copy link
Collaborator

Summary

Adds 17 reference files covering CLI commands, MCP setup, and combined tooling workflows:

  • CLI (cli-*): 8 files covering project, database, migration, functions, secrets, and generation commands. Includes a decision guide (pull vs diff, push vs up) and common gotchas/pitfalls
  • MCP (mcp-*): 3 files for MCP server configuration, feature groups, and security considerations
  • Tooling (tooling-*): 6 files for tool selection (MCP vs CLI), capability overlap, and combined workflows (local dev, migration creation, type generation, function development)

Key principle: prefer MCP tools when connected (self-describing schemas), use CLI for local-only operations (start, stop, reset) and file generation. Includes suggestions from code review (thanks @sweatybridge, @jorgoose). Updates SKILL.md, AGENTS.md, and _sections.md.

@Rodriguespn Rodriguespn self-assigned this Feb 9, 2026
@Rodriguespn Rodriguespn added the new-rule Adding a new rule(s) to a skill label Feb 9, 2026
@Rodriguespn
Copy link
Collaborator Author

@sweatybridge commented on closed PR

just some minor comments. I wonder if we can include supabase test db as one of the skills?

@Rodriguespn Rodriguespn changed the title Feature: mcp + CLI agent references feature: mcp + CLI agent references Feb 10, 2026
@Rodriguespn Rodriguespn force-pushed the feature/supabase-skill branch from 397502e to d097278 Compare February 10, 2026 19:00
@Rodriguespn Rodriguespn force-pushed the feature/mcp-agent-references branch from 3fa27bb to c97bee8 Compare February 12, 2026 16:04
@coderabbitai
Copy link

coderabbitai bot commented Feb 12, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (2)
  • !master
  • !main

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/mcp-agent-references

Comment @coderabbitai help to get the list of available commands and usage tips.

@Rodriguespn Rodriguespn force-pushed the feature/mcp-agent-references branch from c97bee8 to e26e56a Compare February 13, 2026 15:48
Rodriguespn and others added 9 commits February 13, 2026 17:16
* rebase and house keeping

* fix: storage reference accuracy after docs review

Fix RLS permission mappings, CDN cache behavior, file management limits,
image transform descriptions, and S3 upload API signatures based on
official Supabase documentation audit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix offset

* fix move and copy instructions

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* rebase and house keeping

* fix edge functions reference files after docs review

* update agents.mdd
* rebase and house keeping

* fix supabase sdk reference files after docs review

* update agents.md
* feat: auth agent references

* Update skills/supabase/references/auth-core-sessions.md

Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>

* refactor: improve auth state management and update session handling examples

* docs: update performance note for asymmetric JWTs

* fix: correct signOut() default scope to 'global'

signOut() defaults to scope: 'global' (all sessions on all devices),
not current session only.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: improve signOut() examples to show all three scope options

Replace redundant explicit 'global' example with 'local' scope,
making all three options (global, local, others) visible.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* refactor: flatten auth references to root references directory

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* correct auth hooks

* correct auth server ssr

* fix auth reference files

* fix paths inside skill.md

* update agents.md

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Fix unclosed code block in SKILL.md Supabase Documentation section. Update
dev-mcp-setup.md to remove security rule about restricting MCP features and
add validation-compliant examples. Regenerate AGENTS.md files with new build
system structure (H1 title, Overview section).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Rodriguespn Rodriguespn force-pushed the feature/mcp-agent-references branch from e26e56a to a690112 Compare February 13, 2026 17:17
@Rodriguespn Rodriguespn force-pushed the feature/supabase-skill branch from 5bf5ee3 to 3e05038 Compare February 13, 2026 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-rule Adding a new rule(s) to a skill

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant