📦
Bootcamp Fastmcp Server
No description available
0 installs
Trust: 30 — Low
Devtools
Ask AI about Bootcamp Fastmcp Server
Powered by Claude · Grounded in docs
I know everything about Bootcamp Fastmcp Server. 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 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
Project Structure
main.py- FastMCP server with a greet toolclient_test.py- Test client for the serverpyproject.toml- Project dependencies and configuration
