Skip to content

Commit e5ee7d9

Browse files
committed
moved to sdk category
1 parent 480d36f commit e5ee7d9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

fern/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ navigation:
219219
path: tools/google-sheets.mdx
220220
- page: Slack
221221
path: tools/slack.mdx
222-
- page: MCP Server
223-
path: tools/mcp-server.mdx
224222

225223
- section: Knowledge Base
226224
path: knowledge-base/knowledge-base.mdx
@@ -381,7 +379,9 @@ navigation:
381379

382380
- page: Server SDKs
383381
path: server-sdks.mdx
384-
- page: Code Resources
382+
- page: MCP Server
383+
path: sdk/mcp-server.mdx
384+
- page: Ecosystem
385385
path: resources.mdx
386386

387387
- section: Webhooks

fern/resources.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Code Resources
2+
title: Ecosystem
33
subtitle: Find all of our resources here.
44
slug: resources
55
---
@@ -14,7 +14,7 @@ slug: resources
1414
<tr><td>Real-time SDKs</td><td><a target="_blank" href="https://github.com/VapiAI/web">Web</a> · <a target="_blank" href="https://github.com/VapiAI/flutter">Flutter</a> · <a target="_blank" href="https://github.com/VapiAI/react-native-sdk">React Native</a> · <a target="_blank" href="https://github.com/VapiAI/ios">iOS</a> · <a target="_blank" href="https://github.com/VapiAI/python">Python</a> · <a target="_blank" href="https://github.com/VapiAI/html-script-tag">Vanilla</a></td></tr>
1515
<tr><td>Client Examples</td><td><a target="_blank" href="https://github.com/VapiAI/client-side-example-javascript-next">Next.js</a> · <a target="_blank" href="https://github.com/VapiAI/client-side-example-javascript-react">React</a> · <a target="_blank" href="https://github.com/VapiAI/flutter/tree/main/example">Flutter</a> · <a target="_blank" href="https://github.com/VapiAI/client-side-example-react-native">React Native</a></td></tr>
1616
<tr><td>Server Examples</td><td><a target="_blank" href="https://github.com/VapiAI/server-side-example-serverless-vercel">Vercel</a> · <a target="_blank" href="https://github.com/VapiAI/server-side-example-serverless-cloudflare">Cloudflare</a> · <a target="_blank" href="https://github.com/VapiAI/server-side-example-serverless-supabase">Supabase</a> · <a target="_blank" href="https://github.com/VapiAI/server-side-example-javascript-node">Node</a> · <a target="_blank" href="https://github.com/VapiAI/server-side-example-javascript-bun">Bun</a> · <a target="_blank" href="https://github.com/VapiAI/server-side-example-javascript-deno">Deno</a> · <a target="_blank" href="https://github.com/VapiAI/server-side-example-python-flask">Flask</a> · <a target="_blank" href="https://github.com/VapiAI/server-side-example-php-laravel">Laravel</a> · <a target="_blank" href="https://github.com/VapiAI/server-side-example-go-gin">Go</a> · <a target="_blank" href="https://github.com/VapiAI/server-side-example-rust-actix">Rust</a></td></tr>
17-
<tr><td>Resources</td><td><a target="_blank" href="https://docs.vapi.ai/">Official Docs</a> · <a target="_blank" href="https://api.vapi.ai/api">API Reference</a></td></tr>
17+
<tr><td>Resources</td><td><a target="_blank" href="https://docs.vapi.ai/">Official Docs</a> · <a target="_blank" href="https://api.vapi.ai/api">API Reference</a> · <a href="/sdk/mcp-server">MCP Server</a> </td></tr>
1818
<tr><td>Community</td><td><a target="_blank" href="/community/videos">Videos</a> . <a target="_blank" href="https://www.vapiblocks.com/">UI Library</a></td></tr>
1919
</tbody>
2020
</table>

fern/tools/mcp-server.mdx renamed to fern/sdk/mcp-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Vapi MCP Server
33
subtitle: 'Integrate Vapi APIs with AI assistants through the Model Context Protocol (MCP)'
4-
slug: tools/mcp-server
4+
slug: sdk/mcp-server
55
---
66

77
The Vapi Model Context Protocol (MCP) server allows you to integrate with Vapi APIs through tool calling. This enables AI assistants like Claude to directly communicate with Vapi's services, making it possible to manage assistants, phone numbers, and create calls directly through conversational interfaces.

fern/tools/mcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Model Context Protocol (MCP) integration allows your Vapi assistant to dynam
1313
This powerful integration allows your assistant to leverage a wide range of tools without requiring individual integrations for each service.
1414

1515
<Note>
16-
Vapi also provides its own MCP server that exposes Vapi APIs as callable tools. See the [Vapi MCP Server documentation](/tools/mcp-server) to learn how to use it with Claude Desktop or custom applications.
16+
Vapi also provides its own MCP server that exposes Vapi APIs as callable tools. See the [Vapi MCP Server documentation](/sdk/mcp-server) to learn how to use it with Claude Desktop or custom applications.
1717
</Note>
1818

1919
## Prerequisites

0 commit comments

Comments
 (0)