Skip to content

Commit 46cb5c4

Browse files
authored
chore: link branching docs in readme (#56)
1 parent 865e19d commit 46cb5c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ The PostgREST MCP server allows you to connect your own users to your app via RE
178178
## Resources
179179

180180
- [**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.
181182

182183
## License
183184

packages/mcp-server-supabase/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export function createSupabaseMcpServer(options: SupabaseMcpServerOptions) {
340340
}),
341341
apply_migration: tool({
342342
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.',
344344
parameters: z.object({
345345
project_id: z.string(),
346346
name: z.string().describe('The name of the migration in snake_case'),

0 commit comments

Comments
 (0)