Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save samirsaci/bfa3691606efc5d16f084258e9e86ff5 to your computer and use it in GitHub Desktop.
MCP Server Supply Chain Optimisation - Endpoint Config
# Endpoint config
API = os.getenv("NETWORK_API_URL")
LAUNCH = f"{API}/network/launch_network" # <- network route
last_run: Optional[Dict[str, Any]] = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment