-
Notifications
You must be signed in to change notification settings - Fork 5
docs: update todo tutorial #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update todo tutorial #58
Conversation
xiaoyijun
commented
Aug 7, 2025
- polish existing todo tutorial
- add python todo tutorial
Deploying mcp-auth-docs with
|
| Latest commit: |
cbb5d42
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5ece7cb7.mcp-auth-docs.pages.dev |
| Branch Preview URL: | https://xiaoyijun-log-11638-doc-pyth.mcp-auth-docs.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the todo tutorial documentation to polish the existing content and add Python implementation alongside the existing Node.js version. The updates modernize the tutorial to align with the latest MCP specification where the MCP server acts as an OAuth 2.0 Resource Server.
Key changes:
- Updated the tutorial architecture to follow OAuth 2.0 Resource Server pattern
- Added comprehensive Python implementation using FastMCP and MCPAuth
- Removed outdated authentication configuration files and consolidated setup instructions
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docusaurus.config.ts | Updated version label from "Next" to "0.2.0-beta.1" |
| docs/tutorials/todo-manager/_transpile-metadata.mdx | Removed outdated metadata transpilation documentation |
| docs/tutorials/todo-manager/_setup-oidc.mdx | Removed OIDC-specific setup instructions |
| docs/tutorials/todo-manager/_setup-oauth-or-oidc.mdx | Removed OAuth/OIDC setup configuration file |
| docs/tutorials/todo-manager/_manual-metadata-fetching.mdx | Removed manual metadata fetching instructions |
| docs/tutorials/todo-manager/README.mdx | Major update adding Python implementation and modernizing OAuth 2.0 Resource Server architecture |