🔍
Fastmcp Quickstart 20251023 Wscm
FastMCP quickstart example - ready to deploy!
0 installs
Trust: 34 — Low
Search
Ask AI about Fastmcp Quickstart 20251023 Wscm
Powered by Claude · Grounded in docs
I know everything about Fastmcp Quickstart 20251023 Wscm. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Freelancer MCP (Sandbox)
FastAPI + MCP server exposing:
- /gigs/me
- /gigs/recent
- /mcp (FastMCP manifest)
Run locally
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
uvicorn app.main:app --reload --port 8080
