-
Notifications
You must be signed in to change notification settings - Fork 278
React renderer for MCP Apps #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ochafik
wants to merge
29
commits into
MCP-UI-Org:main
Choose a base branch
from
ochafik:mcp-apps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,235
−197
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9184830
UITemplatedToolCallRendererProps for MCP Apps
ochafik 73c2c0d
Upgrade MCP SDK to 1.22.0 (many (Embedded)Resource type fixes)
ochafik 3b23ede
Update adapter.ts
ochafik 5342f81
Update UIResourceRendererWC.test.tsx
ochafik 6d07a4b
add missing client dep (vite-tsconfig-paths)
ochafik 098d10e
Merge branch 'ochafik/upgrade' into mcp-apps
ochafik c55ef76
update to latest ext-apps example renderer
ochafik e0c4421
Sync with latest ext-apps, fix PR review comments
ochafik d12ddcc
Add AppFrame component, refactor AppRenderer, use ext-apps v0.1.0
ochafik 8aa7205
Merge branch 'main' into mcp-apps
ochafik a312e52
feat: use ext-apps branch with setter-based MCP forwarding handlers
ochafik cae7999
Merge upstream/main into mcp-apps
ochafik 3cf3c37
feat(client): expose MCP request handlers and AppBridge ref
ochafik e6dbe15
refactor(client): require AppBridge in AppFrame, cleaner AppRenderer API
ochafik fc16af4
refactor(client): require AppBridge in AppFrame, cleaner AppRenderer API
ochafik 196401e
Merge origin/mcp-apps and use hostContext prop instead of setHostCont…
ochafik 681bb43
chore: prettier formatting + re-export McpUiHostContext type
ochafik a84faee
refactor(client): cleaner API with props instead of ref methods
ochafik fc32fc6
refactor(client): use camelCase for all callback props
ochafik f750c98
test(client): add comprehensive tests for AppRenderer
ochafik d2d350c
chore: update ext-apps to latest, fix test types
ochafik 38a7fd0
chore: add ESLint flat config for v9 compatibility
ochafik 93f8759
chore: switch ext-apps dependency to main branch
ochafik b2673b9
chore(client): regenerate iframe-bundle with updated dependencies
ochafik fece80e
feat(client): make Client optional with onReadResource alternative
ochafik 23f28e9
chore: update ext-apps to ^0.2.0 and MCP SDK to ^1.24.0
ochafik 28f61b7
docs: add AppRenderer/AppFrame docs, fix sandbox promise rejection
ochafik 8ff3186
Merge origin/main into mcp-apps to update PR #147
idosal 0d64f86
fix build
idosal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ochafik was this change needed? it is causing a resolution issue when trying to install locally
➤ YN0001: │ Error: @mcp-ui/shared@workspace:*: Workspace not found (@mcp-ui/shared@workspace:*)removing this line fixes the error