Studio Overview (Python)
NitroStudio folder-connect will not detect a Python project. It looks for package.json with @nitrostack/core and src/index.ts.
Use one of:
- MCP Inspector over Streamable HTTP:
MCP_TRANSPORT_TYPE=http MCP_STATELESS=true nitrostack-py dev, then connect tohttp://localhost:3000/mcp(no trailing slash). - Custom URL in Studio, if your Studio build supports pointing at Streamable HTTP.
- Claude Desktop via
nitrostack-py register.
Turn Authentication off in Inspector for starter/pizzaz. Widget live preview: http://localhost:3000/widgets/preview.
See Widgets and Verify Transport.