Created
November 9, 2025 13:32
-
-
Save samirsaci/64c2956a8fdfeff10fbedf4a0f789924 to your computer and use it in GitHub Desktop.
MCP Server Supply Chain Optimisation - Setup uv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create a specific folder for the pro workspace | |
| mkdir -p ~/mcp_tuto && cd ~/mcp_tuto | |
| # Init a uv project | |
| uv init . | |
| # Add MCP Python SDK (with CLI) | |
| uv add "mcp[cli]" | |
| # Add the libraries needed | |
| uv add fastapi uvicorn httpx pydantic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment