From 8200f01ae676b75096b65fcc21d00baa262750bf Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Thu, 4 Sep 2025 15:42:31 -0400 Subject: [PATCH 1/2] add callout to bottom of docs mcp page --- fern/products/docs/pages/ai/mcp-server.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fern/products/docs/pages/ai/mcp-server.mdx b/fern/products/docs/pages/ai/mcp-server.mdx index e3d6e32e6..9fd3c1200 100644 --- a/fern/products/docs/pages/ai/mcp-server.mdx +++ b/fern/products/docs/pages/ai/mcp-server.mdx @@ -13,4 +13,8 @@ Fern can build a production-ready MCP server for your documentation site. This e Fern analyzes your docs site structure and content, then creates an MCP server. -Developers can access your MCP server by visiting `your-documentation-site.com/mcp` and copying the configuration snippet to add to their AI client settings. Once integrated, developers can ask their AI client questions about your products. The AI client will search through your documentation and provide accurate answers. \ No newline at end of file +Developers can access your MCP server by visiting `your-documentation-site.com/mcp` and copying the configuration snippet to add to their AI client settings. Once integrated, developers can ask their AI client questions about your products. The AI client will search through your documentation and provide accurate answers. + + +**Looking for Fern's own MCP server?** If you want to connect your AI client to Fern's MCP server for help with Ask Fern, Docs, and SDKs, see the [fern-mcp-server repository](https://github.com/fern-api/fern-mcp-server). + \ No newline at end of file From 9a468fdc42cc2b9533ae4edbad297d22f665b014 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Thu, 4 Sep 2025 15:49:35 -0400 Subject: [PATCH 2/2] add callout to sdks page too --- fern/products/sdks/overview/mcp-server/introduction.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fern/products/sdks/overview/mcp-server/introduction.mdx b/fern/products/sdks/overview/mcp-server/introduction.mdx index bb068e86e..d1ba38d8e 100644 --- a/fern/products/sdks/overview/mcp-server/introduction.mdx +++ b/fern/products/sdks/overview/mcp-server/introduction.mdx @@ -29,4 +29,6 @@ Fern generates an MCP server on top of your existing SDK and maintains it in its Webflow launched their [official MCP server](https://www.npmjs.com/package/webflow-mcp-server) using their existing [Fern-generated TypeScript SDK](https://github.com/webflow/js-webflow-api). You can view the [source code on GitHub](https://github.com/webflow/mcp-server). - + +**Looking for Fern's own MCP server?** If you want to connect your AI client to Fern's MCP server for help with Ask Fern, Docs, and SDKs, see the [fern-mcp-server repository](https://github.com/fern-api/fern-mcp-server). + \ No newline at end of file