Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/includes/quick-starts/mcp-auth-server-py.md
Original file line number Diff line number Diff line change
@@ -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 }}**.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🌐 Web query:

MCP Python SDK official documentation modelcontextprotocol.io python-sdk

💡 Result:

Official MCP Python SDK docs are linked from the MCP website’s SDKs page (choose Python for install/docs/examples). [1]

The Python SDK’s rendered documentation site is hosted at modelcontextprotocol.github.io/python-sdk/ (“MCP Python SDK”, with quick examples, concepts, and API reference). [2]

For source + version notes, the official repo is modelcontextprotocol/python-sdk on GitHub (note: main is v2 pre-alpha; v1.x is recommended for production until v2 stabilizes). [3]


Update the link to point to the official MCP Python SDK documentation site.

The current link points to the GitHub repository, but for a quickstart guide, the official documentation site at https://modelcontextprotocol.github.io/python-sdk/ is more appropriate, as it provides quick examples, concepts, and API reference designed for users following the guide.

🤖 Prompt for AI Agents
In `@en/includes/quick-starts/mcp-auth-server-py.md` at line 3, Replace the GitHub
URL in the Quickstart intro with the official MCP Python SDK docs URL: change
the link target "https://github.com/modelcontextprotocol/python-sdk" (seen in
the welcome paragraph) to "https://modelcontextprotocol.github.io/python-sdk/"
so the guide points to the documentation site instead of the repository.


By the end of this guide, you will have a working MCP Resource Server that:

Expand Down