From 233bf2f7a273da0890aadb1564d6abced36bc98c Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Fri, 20 Mar 2026 10:48:28 -0700 Subject: [PATCH] Update quickstart.mdx to remove note HTML block The HTML note block doesn't render correctly in GitHub, with links inside that block broken. Changed to a block quote to fix the link. --- docs/modelcontextprotocol-io/quickstart.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/modelcontextprotocol-io/quickstart.mdx b/docs/modelcontextprotocol-io/quickstart.mdx index b33fc172..d35b4fa7 100644 --- a/docs/modelcontextprotocol-io/quickstart.mdx +++ b/docs/modelcontextprotocol-io/quickstart.mdx @@ -3,9 +3,7 @@ title: "Quickstart: Publish an MCP Server to the MCP Registry" sidebarTitle: "Quickstart: Publish a Server" --- - - The MCP Registry is currently in preview. Breaking changes or data resets may occur before general availability. If you encounter any issues, please report them on [GitHub](https://github.com/modelcontextprotocol/registry/issues). - +> The MCP Registry is currently in preview. Breaking changes or data resets may occur before general availability. If you encounter any issues, please report them on [GitHub](https://github.com/modelcontextprotocol/registry/issues). This tutorial will show you how to publish an MCP server written in TypeScript to the MCP Registry using the official `mcp-publisher` CLI tool.