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:
Greg Richardson
2025-02-18 14:07:02 -07:00
committed by GitHub
parent 1cdcf8f074
commit 52cb7f82b2
5 changed files with 205 additions and 28 deletions

View File

@@ -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',
},
],
},
],