Claude/add mcp apps extension 37 zxy - #1
Open
hamchowderr wants to merge 3 commits into
Open
Conversation
…view UIs Implements the MCP Apps Extension (io.modelcontextprotocol/ui) to provide interactive UI components that render directly in AI chat conversations. New tools: - view_records: Interactive sortable/searchable table for browsing datasheet records - view_space: Visual dashboard showing workspace nodes with stats and search New files: - src/aitable-apps.ts: Server-side app tool and resource registration - src/apps/record-browser.html/.ts: Record browser UI (built by Vite) - src/apps/space-overview.html/.ts: Space overview dashboard UI (built by Vite) - vite.config.ts: Vite config for building single-file HTML bundles Also fixes: - tsconfig.json: Include entry points that were incorrectly excluded - package.json: Fix dist paths to match actual tsc output structure https://claude.ai/code/session_01629edQVbqDffohXkTJ12Le
… Embed Previewer, Attachment Manager, Node Explorer Extends the MCP Apps Extension with 6 additional interactive UIs: - edit_record: Form with field-type inputs (text, number, select, date, checkbox) for creating and editing records - design_datasheet: Visual wizard with dynamic field rows and type selection for creating new datasheets - manage_fields: Field list with type badges, search, inline create/delete - preview_embeds: Embed link cards with live iframe preview, copy URL, delete - manage_attachments: Upload UI showing tokens and 2-step attach workflow - explore_nodes: Expandable folder tree with detail panel and lazy loading Total MCP Apps: 8 (from 2), Total tools: 24 (from 18), Total resources: 16 https://claude.ai/code/session_01629edQVbqDffohXkTJ12Le
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add buildCommand and outputDirectory to vercel.json so Vercel runs the full build (TypeScript + MCP Apps) instead of skipping it - Bump @modelcontextprotocol/sdk from ^1.22.0 to ^1.29.0 to satisfy the peer dependency required by @modelcontextprotocol/ext-apps https://claude.ai/code/session_01629edQVbqDffohXkTJ12Le
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.