Skip to content

Commit b1647a2

Browse files
committed
make page more concise, fix link
1 parent 2da2b0c commit b1647a2

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

.vale/styles/FernStyles/Headings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,4 @@ exceptions:
115115
- YAML
116116
- fern.config.json
117117
- Font Awesome
118+
- MCP

fern/products/docs/pages/ai/mcp-server.mdx

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,15 @@ Fern automatically generates and hosts a production-ready MCP server for every d
99

1010
## How it works
1111

12-
Fern automatically creates an MCP server for your documentation site that provides a `searchDocs` tool. This tool uses your site's Ask Fern AI search functionality to answer questions about your documentation.
12+
Fern automatically creates an MCP server for your documentation site that uses Ask Fern AI search to answer questions about your documentation.
1313

14-
When developers connect to your MCP server, they can ask questions about your product, and the AI client will search through your documentation using semantic search and provide accurate, contextual answers.
14+
When developers connect to your MCP server, they can ask questions about your product. Their AI client will search through your documentation and provide accurate, contextual answers. The server respects your documentation's authentication settings and reflects your current documentation content.
1515

1616
## Access your MCP server
1717

18-
Your MCP server is automatically available at `your-documentation-site.com/_mcp/server`. Developers can configure their AI clients to connect to this endpoint.
19-
20-
To use your MCP server:
18+
Your MCP server is automatically available at `your-documentation-site.com/_mcp/server`. To connect to your MCP server:
2119

2220
1. Visit `your-documentation-site.com/_mcp/server` in a browser to see the server information
23-
2. Configure your AI client (Claude Desktop, Cursor, Windsurf, etc.) to connect to this URL
21+
2. Add this URL to your AI client's MCP server configuration (Claude Desktop, Cursor, Windsurf, etc.)
2422
3. Authenticate if your documentation requires authentication
25-
4. Start asking questions about your product directly in your AI client
26-
27-
## Features
28-
29-
The autogenerated MCP server includes:
30-
31-
- **Semantic search**: Powered by your site's Ask Fern AI functionality
32-
- **Authentication support**: Respects your documentation's authentication settings
33-
- **Automatic updates**: Always reflects your current documentation content
34-
- **Zero configuration**: Works out of the box with no setup required
23+
4. Start asking questions about your product directly in the AI client

fern/products/docs/pages/getting-started/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ subtitle: A website builder for beautiful agent and developer-friendly docs.
138138
</div>
139139
</a>
140140

141-
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/ai/mcp-server">
141+
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/learn/docs/ai-features/mcp-server">
142142
<div class="flex items-start flex-col space-y-3">
143143
<img class="mx-auto dark:hidden" alt="MCP server for your site" src="./images/mcp-server-light.png" />
144144
<img class="mx-auto hidden dark:block" alt="MCP server for your site" src="./images/mcp-server-dark.png" />

0 commit comments

Comments
 (0)