v0.8.0
·
278 commits
to 1.x
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
Ships the second official extension, MCP Apps (SEP-1865). One breaking change is listed in BREAKING_CHANGES.md.
Added
- The MCP Apps extension (
io.modelcontextprotocol/ui, SEP-1865) underNexus\Mcp\Extension\Apps. It defines no JSON-RPC methods:AppsServerExtensionadvertises the capability, and the typed_meta.uivalue objects model the tool-to-view link and sandbox configuration. - The client half:
AppsClientExtensionadvertises renderablemimeTypes, and theAppClientfacade resolves_meta.uimetadata, filters listings to UI-enabled tools, and readsui://resources. Theui/*postMessage family is host-side and not modelled.
Changed
- The tasks extension identifier moved from
TasksServerExtension::IDENTIFIERtoNexus\Mcp\Extension\Tasks\Tasks, so the client half no longer imports a server-namespace class.
Full Changelog: v0.7.0...v0.8.0