We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2523e2e commit b7cbdb0Copy full SHA for b7cbdb0
.changeset/clever-vans-rhyme.md
@@ -0,0 +1,16 @@
1
+---
2
+'create-mcp-use-app': patch
3
+'mcp-use': patch
4
5
+
6
+Add MCP-UI Resource Integration
7
8
+Add uiResource() method to McpServer for unified widget registration with MCP-UI compatibility.
9
10
+- Support three resource types: externalUrl (iframe), rawHtml (direct), remoteDom (scripted)
11
+- Automatic tool and resource generation with ui\_ prefix and ui://widget/ URIs
12
+- Props-to-parameters conversion with type safety
13
+- New uiresource template with examples
14
+- Inspector integration for UI resource rendering
15
+- Add @mcp-ui/server dependency
16
+- Complete test coverage
0 commit comments