NitroStack Logo
/python
/cli
/start

Start Command

Run the production server without hot reload.

Bash
nitrostack-py start [--port PORT] [--widget PORT]

Sets NODE_ENV=production and defaults MCP_TRANSPORT_TYPE to http unless you override it. Use this in Docker and cloud images instead of a TypeScript node dist/index.js command.

Bash
nitrostack-py validate
nitrostack-py start --port 3000

Next steps