You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reframe docs: MCP Apps primary, MCP-UI compatibility
- Update ENABLE_MCP_UI section to clearly state MCP Apps is the primary
interactive preview investment; MCP-UI maintained for Goose compatibility
- Fix incorrect claim that Claude Desktop doesn't support interactive
previews — it supports MCP Apps (and has since the ext-apps integration)
- Add client compatibility table showing MCP Apps vs MCP-UI vs text URL
- Clarify that ENABLE_MCP_UI only controls the MCP-UI UIResource;
MCP Apps support is always active
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update compatible clients: Goose supports MCP Apps too
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
MCP-UI allows tools that return URLs to also return interactive iframe resources that can be embedded directly in supporting MCP clients. **This is enabled by default** and is fully backwards compatible with all MCP clients.
1276
+
This server actively invests in **MCP Apps** as its primary interactive preview protocol, delivering self-contained HTML app panels directly inside the chat. MCP Apps is supported by Claude Desktop, VS Code with GitHub Copilot, and Claude Code — no configuration needed.
1277
+
1278
+
**MCP-UI** (`@mcp-ui/server`) is also maintained for backwards compatibility with clients like Goose. It is not being removed, but new interactive preview development is focused on MCP Apps.
MCP Apps support is always active. If you want to disable the MCP-UI UIResource (used by Goose):
1293
1299
1294
1300
Via environment variable:
1295
1301
@@ -1303,7 +1309,7 @@ Or via command-line flag:
1303
1309
node dist/esm/index.js --disable-mcp-ui
1304
1310
```
1305
1311
1306
-
**Note:** You typically don't need to disable this. The implementation is fully backwards compatible and doesn't affect clients that don't support MCP-UI. See [mcpui.dev](https://mcpui.dev) for compatible clients.
1312
+
**Note:** You typically don't need to disable this. All clients receive a usable text URL regardless; interactive previews are a progressive enhancement on top.
0 commit comments