mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
Add video tutorials to community showcase
- Add YouTube tutorial by Greg + Code on building remote MCP servers - Add YouTube tutorial by ZazenCodes on FastMCP best practices - Create Video Tutorials subsection under Learning Resources - Add docs command to justfile for local documentation serving 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
cf66cc8b56
commit
313b8d5bf1
2 changed files with 14 additions and 1 deletions
|
|
@ -14,6 +14,16 @@ Discover exemplary MCP servers and implementations created by our community. The
|
|||
A comprehensive educational example demonstrating FastMCP best practices with professional dual-transport server implementation, interactive test client, and detailed documentation.
|
||||
</Card>
|
||||
|
||||
#### Video Tutorials
|
||||
|
||||
<Card title="Build Remote MCP Servers w/ Python & FastMCP" icon="youtube" href="https://www.youtube.com/watch?v=bOYkbXP-GGo">
|
||||
Claude Integrations Tutorial by Greg + Code - Learn how to build remote MCP servers using Python and FastMCP.
|
||||
</Card>
|
||||
|
||||
<Card title="FastMCP — the best way to build an MCP server with Python" icon="youtube" href="https://www.youtube.com/watch?v=rnljvmHorQw">
|
||||
Tutorial by ZazenCodes - Comprehensive guide to building MCP servers with FastMCP in Python.
|
||||
</Card>
|
||||
|
||||
### Community Examples
|
||||
|
||||
Have you built something interesting with FastMCP? We'd love to feature high-quality examples here! Start a [discussion on GitHub](https://github.com/jlowin/fastmcp/discussions) to share your project.
|
||||
|
|
|
|||
5
justfile
5
justfile
|
|
@ -6,4 +6,7 @@ test: build
|
|||
|
||||
# Run pyright on all files
|
||||
typecheck:
|
||||
uv run --frozen pyright
|
||||
uv run --frozen pyright
|
||||
|
||||
docs:
|
||||
cd docs && npx mintlify dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue