From 6e21ec142e0a6adcdbc47d7cc9b65edd15b9e5e6 Mon Sep 17 00:00:00 2001 From: Hashiru Gunathilake <131252842+HashiruG@users.noreply.github.com> Date: Sun, 8 Feb 2026 22:02:54 +0530 Subject: [PATCH] Fix: Update naming of FastMCP framework to MCP Python SDK --- en/includes/quick-starts/mcp-auth-server-py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/includes/quick-starts/mcp-auth-server-py.md b/en/includes/quick-starts/mcp-auth-server-py.md index 02d8f95c0b..832c2065e4 100644 --- a/en/includes/quick-starts/mcp-auth-server-py.md +++ b/en/includes/quick-starts/mcp-auth-server-py.md @@ -1,6 +1,6 @@ # MCP-Auth Quickstart -Welcome to the Secure MCP server Quickstart guide! This guide shows you how to build a secure MCP (Model Context Protocol) server in Python using the [FastMCP framework](https://github.com/modelcontextprotocol/python-sdk), and protect it with **{{ product_name }}**. +Welcome to the Secure MCP server Quickstart guide! This guide shows you how to build a secure MCP (Model Context Protocol) server in Python using the [MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk), and protect it with **{{ product_name }}**. By the end of this guide, you will have a working MCP Resource Server that: