Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modelcontextprotocol/ext-apps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: modelcontextprotocol/ext-apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/pull/244/head
Choose a head ref
  • 4 commits
  • 20 files changed
  • 1 contributor

Commits on Jan 12, 2026

  1. refactor(basic-host): use SDK types for ModelContext and AppMessage

    - Import McpUiUpdateModelContextRequest and McpUiMessageRequest from SDK
    - Replace custom ModelContext with McpUiUpdateModelContextRequest['params']
    - Replace custom AppMessage with McpUiMessageRequest['params']
    - Pass full message params instead of extracting text
    - Format messages by extracting text from content blocks in display
    ochafik committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    d222cca View commit details
    Browse the repository at this point in the history
  2. feat(basic-host): handle non-text content blocks in display

    - Add formatContentBlock helper for text, image, audio, resource types
    - Show placeholders like <image: image/png> for non-text content
    - Apply to both messages and model context display
    ochafik committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    bca560a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aae17fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c04a043 View commit details
    Browse the repository at this point in the history
Loading