Releases: supabase-community/supabase-mcp
Releases Β· supabase-community/supabase-mcp
v0.5.5
v0.5.4
What's Changed
- Support consistent Edge Function file paths for Deno 2
- Published to the official MCP registry as
com.supabase/mcp
By PR
- feat: consistent edge function filenames for deno 1 & 2 by @mattrossman in #138
- feat: mcp registry by @gregnr in #141
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- feat: add
get_edge_function
, condenselist_edge_functions
by @mattrossman in #140
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
What's Changed
- feat: export
currentFeatureGroupSchema
by @mattrossman in #132
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- The output from the
list_tables
tool is much more terse, consuming a lot fewer input tokens. - The
debug
feature group has been renamed todebugging
(debug
will still work for now but is deprecated and may be removed in the future) - The
region
option is now required when creating new projects viacreate_project
tool. The LLM will ask you which region you wish to deploy to.
By PR
- refactor: extract eszip server side via multipart body request by @gregnr in #107
- refactor(e2e): reorganize e2e tests by @charislam in #106
- docs: adds section on security risks by @gregnr in #110
- docs: production data clarification by @gregnr in #111
- fix: add user-agent string to content api requests by @charislam in #119
- Migrate to pnpm by @mattrossman in #127
- fix: make list_tables more terse by @mattrossman in #129
- Conditional tools based on platform implementation by @gregnr in #103
- feat: make region required for create_project by @mattrossman in #130
- fix: type checking by @mattrossman in #131
New Contributors
- @mattrossman made their first contribution in #127
Full Changelog: v0.4.5...v0.5.0
v0.4.5
What's Changed
- feat: allow enabling of specific feature groups + adds storage tools by @Ngineer101 in #98
- feat: re-enable branching tools by default by @gregnr in #100
- docs: update default feature groups by @gregnr in #101
New Contributors
- @Ngineer101 made their first contribution in #98
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- docs: encourage read-only mode by default by @gregnr in #94
- feat: tool descriptions to mitigate prompt injection by @gregnr in #95
- feat(prompt-injection): wraps execute_sql response + adds e2e test by @gregnr in #96
- fix: apply migration result by @gregnr in #97
Full Changelog: v0.4.3...v0.4.4
v0.4.3
v0.4.2
What's Changed
- Platform abstraction by @gregnr in #78
- Upgrade sql-to-rest on @supabase/mcp-server-postgrest by @gregnr in #83
- chore: add biome formatter by @charislam in #86
- fix: clean up branching todo by @sweatybridge in #88
- feat(tools): add search_docs tool by @charislam in #90
- docs: search_docs tool by @gregnr in #91
Full Changelog: v0.4.1...v0.4.2