Skip to content

chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.7.0#120

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/modelcontextprotocol-ext-apps-1.x-lockfile
Open

chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.7.0#120
renovate[bot] wants to merge 1 commit intomainfrom
renovate/modelcontextprotocol-ext-apps-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 24, 2026

This PR contains the following updates:

Package Change Age Confidence
@modelcontextprotocol/ext-apps 1.1.01.7.0 age confidence

Release Notes

modelcontextprotocol/ext-apps (@​modelcontextprotocol/ext-apps)

v1.7.0: 1.7.0

Compare Source

Changes since 1.6.0

Features
  • App.registerTool() / sendToolListChanged() — Views can expose tools for the Host to call (WebMCP-style) (#​72)
  • App.createSamplingMessage() — sampling support via stock SDK types (#​530)
  • Handshake-ordering guards (console.warn, or throw with AppOptions.strict): App host-bound methods warn when called before connect() completes; one-shot event handlers (ontoolinput/ontoolresult/etc.) warn when first registered after connect(); AppBridge warns when it receives requests before ui/notifications/initialized (#​623, #​629, #​625, #​630, #​631)
  • AppOptions.allowUnsafeEval (default false) — App constructor sets z.config({ jitless: true }) so Views run under strict CSP without unsafe-eval; opt out for the faster JIT path (#​618)
  • useApp() forwards autoResize and strict to the underlying App (#​622)
Fixes
  • useApp effect cleanup now closes the App, so React StrictMode's dev double-invoke doesn't leave a zombie PostMessageTransport listener receiving every host message alongside the live instance (#​631)
  • csp / permissions typed ?: never on McpUiToolMeta so misplaced declarations fail at compile time (#​624)
  • Drop stale resourceUri JSDoc that referenced the deprecated flat _meta["ui/resourceUri"] key (#​626)
Chore
  • npm run bump script for version bumps across root + workspaces; npm-publish jobs now approve in a single click; prereleases publish under --tag beta (#​568)
  • Pre-commit hook: skip link-self when target is a symlink; --diff-filter=d so re-stage doesn't fail on deletions (#​621)
  • Bump vite / hono / @​hono/node-server to patched versions (#​616)
  • Examples policy added to CONTRIBUTING.md (#​550)

v1.6.0: 1.6.0

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/ext-apps@v1.5.0...v1.6.0

v1.5.0: 1.5.0

Compare Source

What's Changed
  • fix(pdf-server): translucent highlights, pinch to/from fullscreen, toolbar layout by @​ochafik in #​587
  • fix(pdf-server): let zoom-out button go below fit-to-page by @​ochafik in #​589
  • feat(pdf-server): get_viewer_state interact action by @​ochafik in #​590
  • fix(pdf-server): import highlight/underline/strike from existing PDFs by @​ochafik in #​592
  • fix(pdf-server): form-field save robustness by @​ochafik in #​591
  • feat(pdf-server): rasterize imported annotations + form/save consistency follow-ups by @​ochafik in #​593

Full Changelog: modelcontextprotocol/ext-apps@v1.4.0...v1.5.0

v1.4.0: 1.4.0

Compare Source

Changes since 1.3.2:

SDK
  • feat: add addEventListener/removeEventListener with DOM-model on* semantics (#​573)
pdf-server
  • feat: add save_as interact action (#​580)
  • feat: fit-to-page on fullscreen + pinch-to-zoom (#​583)
  • fix: npx DOMMatrix crash + broken MCPB bundle (#​584)
  • fix: viewer liveness, 1:1 batch results, fullscreen jitter (#​579)
  • fix: render page before O(numPages) annotation scans (#​581)
  • fix: radio + dropdown in fill_form/save (#​577)
Dependencies
  • chore: npm audit fix — sdk 1.29.0, systeminformation 5.31.5, +13 transitives (#​585, #​586)
  • fix: bump path-to-regexp 8.3.0 → 8.4.1 to patch ReDoS CVEs (#​576)

v1.3.2: 1.3.2

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/ext-apps@v1.3.1...v1.3.2

v1.3.1: 1.3.1

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/ext-apps@v1.3.0...v1.3.1

v1.3.0: 1.3.0

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/ext-apps@v1.2.2...v1.3.0

v1.2.2: 1.2.2

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/ext-apps@v1.2.1...v1.2.2

v1.2.1: 1.2.1

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/ext-apps@v1.2.0...v1.2.1

v1.2.0: 1.2.0

Compare Source

Changes since 1.1.2:

Features

  • feat: add readServerResource() and listServerResources() API to App (#​470, #​528)

Fixes

  • fix: replace platform-specific optionalDependencies with bun devDependency (#​518)
  • fix: autoResize reporting viewport height when content is taller (#​525)
  • fix: remove duplicate --color-text-ghost from McpUiStyleVariableKey (#​523)
  • fix: examples servers' npm run start:stdio (#​507)
  • fix: work around tsx watch hang on Windows in quickstart (#​428)

Refactors

  • refactor: remove unnecessary type assertions (#​471)
  • refactor: replace deprecated RESOURCE_URI_META_KEY with modern format (#​457)

Examples & Plugin

  • pdf-server: ignore client roots by default (#​510)
  • plugin: refactor create-mcp-app skill to reference patterns.md (#​416)

Docs

  • docs: add Security documentation section and SEO improvements (#​524)
  • docs: add MCP client configuration examples to CONTRIBUTING.md (#​508, #​526)
  • docs: use apps.extensions.modelcontextprotocol.io domain for docs URLs (#​499)
  • docs: add SECURITY.md with GitHub Security Advisories guidance (#​472)

Full Changelog: modelcontextprotocol/ext-apps@v1.1.2...v1.2.0

v1.1.2: 1.1.2

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/ext-apps@v1.1.1...v1.1.2

v1.1.1: 1.1.1

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/ext-apps@v1.1.0...v1.1.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/modelcontextprotocol-ext-apps-1.x-lockfile branch from 775517a to b5e736f Compare February 25, 2026 02:17
@renovate renovate Bot changed the title chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.1.1 chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.1.2 Feb 25, 2026
@renovate renovate Bot force-pushed the renovate/modelcontextprotocol-ext-apps-1.x-lockfile branch 2 times, most recently from 5453cc2 to 33eabd7 Compare March 6, 2026 18:33
@renovate renovate Bot changed the title chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.1.2 chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.2.0 Mar 6, 2026
@renovate renovate Bot force-pushed the renovate/modelcontextprotocol-ext-apps-1.x-lockfile branch from 33eabd7 to 3281baf Compare March 10, 2026 18:12
@renovate renovate Bot changed the title chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.2.0 chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.2.1 Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/modelcontextprotocol-ext-apps-1.x-lockfile branch from 3281baf to 247b9d0 Compare March 10, 2026 21:44
@renovate renovate Bot changed the title chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.2.1 chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.2.2 Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/modelcontextprotocol-ext-apps-1.x-lockfile branch from 247b9d0 to c8b6939 Compare March 23, 2026 21:16
@renovate renovate Bot changed the title chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.2.2 chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.3.1 Mar 23, 2026
@renovate renovate Bot force-pushed the renovate/modelcontextprotocol-ext-apps-1.x-lockfile branch from c8b6939 to cc735fb Compare March 27, 2026 21:04
@renovate renovate Bot changed the title chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.3.1 chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.3.2 Mar 27, 2026
@renovate renovate Bot force-pushed the renovate/modelcontextprotocol-ext-apps-1.x-lockfile branch from cc735fb to b4aa5ec Compare April 2, 2026 05:19
@renovate renovate Bot changed the title chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.3.2 chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.4.0 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/modelcontextprotocol-ext-apps-1.x-lockfile branch from b4aa5ec to 8e68bdf Compare April 2, 2026 10:09
@renovate renovate Bot changed the title chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.4.0 chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.5.0 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/modelcontextprotocol-ext-apps-1.x-lockfile branch from 8e68bdf to d101cba Compare April 14, 2026 16:46
@renovate renovate Bot changed the title chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.5.0 chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.6.0 Apr 14, 2026
@renovate renovate Bot force-pushed the renovate/modelcontextprotocol-ext-apps-1.x-lockfile branch from d101cba to 5b23e68 Compare April 21, 2026 20:33
@renovate renovate Bot changed the title chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.6.0 chore(deps): update dependency @modelcontextprotocol/ext-apps to v1.7.0 Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants