- Step1: Clone or download the repository from GitHub
- Step2: Install dependencies as specified in README
- Step3: Run server.py with the command 'uv run server.py'
- Step4: Test client functionalities using 'uv run test_mcp_client.py'
- Step5: For synchronous testing, use 'uv run test_mcp_client_sync.py'
- Step6: Integrate the MCP framework into your application code for custom use cases