Documentation Index
Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
Use this file to discover all available pages before exploring further.
Response ChatGPT App Guide
This guide walks through building the widget, running the MCP server, and connecting it to ChatGPT.1) Build the widget assets
stateset-response.html/js/css inside assets/.
2) Run the MCP server
3) Expose the MCP server
Use a tunnel to expose the SSE endpoint:<public-url>/mcp.
4) Add the connector in ChatGPT
- Open ChatGPT โ Settings โ Developer Mode โ Connectors.
- Click Add connector, choose MCP via SSE.
- Name it
Stateset Response. - Paste
<public-url>/mcpas the endpoint. - Save and confirm the connector is online.
5) Test the app
Troubleshooting
- Re-run
pnpm run buildif assets are missing. - Verify the tunnel is reachable and SSE is stable.
- Confirm API credentials when using live data.