Skip to content

Fix: Update naming of FastMCP framework to MCP Python SDK#5873

Open
HashiruG wants to merge 1 commit intowso2:masterfrom
HashiruG:fix/fastmcp-framework-naming
Open

Fix: Update naming of FastMCP framework to MCP Python SDK#5873
HashiruG wants to merge 1 commit intowso2:masterfrom
HashiruG:fix/fastmcp-framework-naming

Conversation

@HashiruG
Copy link

@HashiruG HashiruG commented Feb 8, 2026

Type: Documentation
Summary: Corrected framework naming from "FastMCP Framework" to "MCP Python SDK" to align with the MCP Python SDK [1] used in the sample implementation, rather than the FastMCP framework [2].

[1] https://modelcontextprotocol.github.io/python-sdk/
[2] https://gofastmcp.com/getting-started/welcome

Summary by CodeRabbit

  • Documentation
    • Updated quick-start guide references to provide clearer guidance on the Python SDK.

@CLAassistant
Copy link

CLAassistant commented Feb 8, 2026

CLA assistant check
All committers have signed the CLA.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 8, 2026

Walkthrough

Updated a quick-start guide documentation file to reference the "MCP Python SDK" instead of "FastMCP framework" in the introductory sentence, maintaining the same hyperlink URL.

Changes

Cohort / File(s) Summary
Documentation Update
en/includes/quick-starts/mcp-auth-server-py.md
Updated introductory hyperlink text from "FastMCP framework" to "MCP Python SDK" while preserving the URL reference.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A simple fix, so quick and neat,
Just one small name to make complete,
From FastMCP to SDK so true,
The docs now shine with branding new! 🐰✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description addresses the purpose and motivation but does not follow the required template structure with mandatory sections like test environment and security checks. Add required template sections: Test environment details and completed security checks (all checkboxes). Include any relevant issue resolutions in the Purpose section.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: updating documentation to correct framework naming from FastMCP to MCP Python SDK.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@en/includes/quick-starts/mcp-auth-server-py.md`:
- 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.
🧹 Nitpick comments (1)
en/includes/quick-starts/mcp-auth-server-py.md (1)

3-3: Consider clarifying the relationship between MCP Python SDK and FastMCP.

The document now refers to "MCP Python SDK" at line 3, while continuing to reference "FastMCP" at lines 63, 283, and 391. While this appears intentional (MCP Python SDK is the overall framework, FastMCP is a specific class within it), readers might be confused about whether these are different frameworks.

Consider adding a brief clarification that FastMCP is a component of the MCP Python SDK to avoid confusion, especially given the PR description contrasts "MCP Python SDK" with "FastMCP framework" as distinct entities.

# 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants