Test From MCP This repository demonstrates a simple FastAPI server for testing purposes. How to Run Install requirements: pip install fastapi uvicorn Run the server: uvicorn test:app --reload Files test.py: Contains the FastAPI application. License MIT License (see LICENSE file)