Created
November 9, 2025 13:35
-
-
Save samirsaci/bfa3691606efc5d16f084258e9e86ff5 to your computer and use it in GitHub Desktop.
MCP Server Supply Chain Optimisation - Endpoint Config
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
| # 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