- Step1: Clone the repository from GitHub.
- Step2: Install required dependencies listed in the project.
- Step3: Start the MCP server using 'uv run mcp-server' command.
- Step4: Optionally, run the server in debug mode with 'mcp dev src/mcp_testing/server/fastmcp.py'.
- Step5: Launch the FastAPI server with MCP support via 'uv run api-server'.
- Step6: Use the provided scripts to test server-client communication and monitor interactions.