mcp-testing
1
This project provides an example of setting up an MCP server and a client. It includes instructions for running the server in different modes and starting a FastAPI server with MCP support.
Example MCP server and client
Start the MCP server
uv run mcp-server
Start the MCP server in debug mode
mcp dev src/mcp_testing/server/fastmcp.py
Start the FastAPI server with MCP support
uv run api-server