-
Notifications
You must be signed in to change notification settings - Fork 66
Description
I understand from the last meeting a requests for user-focused use cases was made. So here's mine.
The model context protocol allows LLM host applications to call authorized third party services to perform actions and retrieve data. The variety of use cases available here is immense, but one use case I expect users will want is the ability for the responses to be more than text. They'll want interactive, dynamic UIs to be presented based on the responses.
Imagine someone asking an LLM for directions somewhere, an MCP server could respond with a map. Or you all for reviews of a certain product and the MCP server can respond with review cards. This is the heart of my proposal to the spec: https://github.com/orgs/modelcontextprotocol/discussions/287
However, right now the best we can do is limit responses to iframes due to the untrusted nature of the code returned. I think this is a shame and limits the UX.
Being able to use a realm for this situation would increase security and improve UX.