Cloud Platforms (Python)
Run nitrostack-py start as the process. Bind HOST=0.0.0.0 and the platform PORT.
- Set
MCP_TRANSPORT_TYPE=http(ordualif you also need stdio in the same process — unusual in cloud). - Health check:
GET /mcp/health. - MCP endpoint:
POST/GET/DELETE /mcp(no slash-forced redirect; Inspector wants/mcpwithout a trailing slash). - Put
API_KEY,JWT_SECRET, and OAuth env in the platform secret store.
Wheel deploy: nitrostack-py pack then install dist/*.whl in the image or function bundle.