mirror of
https://github.com/supabase/supabase.git
synced 2026-06-09 11:38:49 +08:00
Docs: MCP with AI tools (#33610)
* docs: mcp * fix: change admonition type to note * chore: add 'npx' to dictionary * feat: adds windsurf example * fix: adds codium to dictionary
This commit is contained in:
@@ -366,13 +366,17 @@ export const gettingstarted: NavMenuConstant = {
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'AI Prompts',
|
||||
name: 'AI Tools',
|
||||
url: undefined,
|
||||
items: [
|
||||
{
|
||||
name: 'Overview',
|
||||
name: 'Prompts',
|
||||
url: '/guides/getting-started/ai-prompts',
|
||||
},
|
||||
{
|
||||
name: 'Model context protocol (MCP)',
|
||||
url: '/guides/getting-started/mcp',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user