Skip to content

Instantly share code, notes, and snippets.

@samirsaci
Created November 9, 2025 13:32
Show Gist options
  • Select an option

  • Save samirsaci/64c2956a8fdfeff10fbedf4a0f789924 to your computer and use it in GitHub Desktop.

Select an option

Save samirsaci/64c2956a8fdfeff10fbedf4a0f789924 to your computer and use it in GitHub Desktop.
MCP Server Supply Chain Optimisation - Setup uv
# 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