Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ public/sitemap*.xml
# TypeScript
*.tsbuildinfo

# Python examples and tests
__pycache__/
*.pyc

*.bak

# Vale synced packages (re-sync with `vale sync`)
Expand Down
3 changes: 3 additions & 0 deletions app/en/build/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export const meta: MetaRecord = {
title: "Quickstart: build an MCP server",
href: "/get-started/quickstarts/mcp-server-quickstart",
},
eventing: {
title: "Events and webhooks",
},
"tool-calling": {
title: "Call tools",
},
Expand Down
Loading
Loading