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: v1.7.1
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: v1.7.2
Choose a head ref
  • 3 commits
  • 31 files changed
  • 1 contributor

Commits on May 8, 2026

  1. chore(pdf-server): switch pdf-lib to maintained @cantoo/pdf-lib fork (#…

    …651)
    
    The original pdf-lib package has been unmaintained since Nov 2021.
    @cantoo/pdf-lib is an actively maintained, API-compatible fork with
    ongoing releases and accumulated bugfixes.
    
    Also updates test assertions from the deprecated PDFNumber.value() to
    PDFNumber.asNumber() per the fork's API guidance.
    ochafik authored May 8, 2026
    Configuration menu
    Copy the full SHA
    3cf5b58 View commit details
    Browse the repository at this point in the history
  2. chore: bump example transitives to latest patches (#658)

    - vite-plugin-solid 2.11.10 -> 2.11.12 (basic-server-solid)
    - babel-preset-solid 1.9.10 -> 1.9.12
    - babel-plugin-jsx-dom-expressions 0.40.3 -> 0.40.6
    - vite-prerender-plugin 0.5.12 -> 0.5.13 (basic-server-preact)
    - @modelcontextprotocol/ext-apps 1.0.0 -> 1.7.1 (lockfile had a stale
      registry pin of the repo's own published package that was never bumped
      alongside package.json's version field)
    
    Tighten the basic-server-solid range to ^2.11.12 to track the patch
    series with current Solid HMR fixes.
    ochafik authored May 8, 2026
    Configuration menu
    Copy the full SHA
    1d091e2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. chore: bump ext-apps to 1.7.2 (#660)

    No SDK API changes since 1.7.1.
    
    Examples:
    - pdf-server: switch pdf-lib to maintained @cantoo/pdf-lib fork (#651)
    - bump example transitives to latest patches (#658)
    ochafik authored May 15, 2026
    Configuration menu
    Copy the full SHA
    9a37ad7 View commit details
    Browse the repository at this point in the history
Loading