📦
Fastmcp Server Main
No description available
0 installs
Trust: 30 — Low
Devtools
Ask AI about Fastmcp Server Main
Powered by Claude · Grounded in docs
I know everything about Fastmcp Server Main. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Bootcamp FastMCP Server
A FastMCP server implementation for educational purposes.
Prerequisites
- Python 3.11.6 or higher uv python install 3.11.6 uv python pin uv add fastmcp
- uv package manager
Setup
- Clone the repository
- Install dependencies:
uv sync
Running the Server
uv run main.py
Testing
Test the server with the included client:
uv run client_test.py
fastmcp run client_test.py:mcp
Project Structure
main.py- FastMCP server with a greet toolclient_test.py- Test client for the serverpyproject.toml- Project dependencies and configuration
