← Back to context

Comment by zakariassoul

7 hours ago

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.