Hacker News new | ask | show | jobs
by zakariassoul 220 days 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?
1 comments

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.