thanks for asking! The MCP server hosts the web assets by either serving them directly (like sending the built React files) or linking to an external web client that hosts them. Once loaded, ChatGPT renders that content inside the chat for users to interact with.
How does the MCP server host and serve the web assets for a ChatGPT app? Do I have to host it separately or does it bundle with the server?
thanks for asking! The MCP server hosts the web assets by either serving them directly (like sending the built React files) or linking to an external web client that hosts them. Once loaded, ChatGPT renders that content inside the chat for users to interact with.
BTW, here's a link to the framework docs: https://docs.mcp-agent.com