File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/mcp-server-supabase/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ The PostgREST MCP server allows you to connect your own users to your app via RE
178
178
## Resources
179
179
180
180
- [ ** Model Context Protocol** ] ( https://modelcontextprotocol.io/introduction ) : Learn more about MCP and its capabilities.
181
+ - [ ** From development to production** ] ( /docs/production.md ) : Learn how to safely promote changes to production environments.
181
182
182
183
## License
183
184
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ export function createSupabaseMcpServer(options: SupabaseMcpServerOptions) {
340
340
} ) ,
341
341
apply_migration : tool ( {
342
342
description :
343
- 'Applies a migration to the database. Use this when executing DDL operations.' ,
343
+ 'Applies a migration to the database. Use this when executing DDL operations. Do not hardcode references to generated IDs in data migrations. ' ,
344
344
parameters : z . object ( {
345
345
project_id : z . string ( ) ,
346
346
name : z . string ( ) . describe ( 'The name of the migration in snake_case' ) ,
You can’t perform that action at this time.
0 commit comments