You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**MCP Server** (`mcp.json`) — Remote connection to the [Supabase MCP server](https://supabase.com/mcp) for project management, SQL execution, migrations, and more
17
+
-**Skills** (`skills/`) — Agent skills from [supabase/agent-skills](https://github.com/supabase/agent-skills):
18
+
-`supabase` — General Supabase guidance for Auth, Storage, Edge Functions, Realtime, and more
19
+
-`supabase-postgres-best-practices` — Postgres performance optimization and schema best practices
-**Context** (`SUPABASE.md`) — Shared context file loaded by Gemini and other platforms
17
22
18
-
-**MCP Server** — Remote connection to the [Supabase MCP server](https://supabase.com/mcp) for project management, SQL execution, migrations, and more
19
-
-**Skills** — Agent skills from [supabase/agent-skills](https://github.com/supabase/agent-skills) including `supabase` and `supabase-postgres-best-practices`
23
+
## Repository Structure
24
+
25
+
```
26
+
supabase-plugin/
27
+
├── mcp.json # MCP server config (mcpServers wrapper format)
This repo uses [Release Please](https://github.com/googleapis/release-please) for automated releases. A single release bumps the version in all four platform packages simultaneously.
61
+
This repo uses [Release Please](https://github.com/googleapis/release-please) for automated releases.
42
62
43
-
1. Merge commits with `feat:` or `fix:` prefixes to trigger a release
44
-
2. Release Please opens a release PR with version bump and changelog
63
+
1. Merge commits with `feat:` or `fix:` prefixes to trigger a release PR
64
+
2. Release Please opens a PR with version bump and changelog
45
65
3. Merge the release PR to publish
46
66
4. Four platform archives are uploaded to the GitHub release:
0 commit comments