modelcontextprotocol / modelcontextprotocol/ext-apps

Re-usable views

Open
#430 5 comments 8 reactions 1 assignee View on GitHub

@idosal is already working on this.

Since Feb 3, 2026.

enhancement protocol v2
Dominant language
TypeScript
Stars
2.9k
Forks
387
Avg merge
3h 21m
Merged PRs (30d)
6

Description

Currently, the spec assumes a new view is rendered per tool call. Hosts may decide to implement variations of their own layout (e.g., a persistent side panel), but each invocation would still create a new instance under the hood. This approach was chosen to simplify the model for the MVP (#62).

Now that the spec is stable, we can examine deferred approaches, such as referencing previously rendered instances using viewSessionId (#295).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.