Skip to content

Use case: MCP servers #418

@kentcdodds

Description

@kentcdodds

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions