telexed ~ c / e7708dee-356radar:70 · agent_toolLIVE
← back
NO.
#e7708dee
Topic
AGENTS & TOOLS
Source
vercel_blog
Published
2026-05-19 14:00:00
Importance
★ 7/10 — radar 70
`Nuxt MCP Toolkit` adds support for MCP apps
FIG-0771:1

`Nuxt MCP Toolkit` adds support for MCP apps

Agent tools can now return inline interactive HTML, not just text. Useful for richer tool flows inside Claude or ChatGPT.

[ KEY POINTS ]
  1. Tools declared with defineMcpApp can render interactive HTML responses in MCP clients such as Claude and ChatGPT.
  2. useMcpApp lets the UI read pre-hydrated data, trigger follow-up prompts, or call other tools from inside the response.
  3. Vue SFCs are bundled into self-contained HTML at build time and served from the MCP endpoint, reducing custom UI plumbing.
Originalvercel.com/changelog/nuxt-mcp-toolkit-mcp-appsRead original →

// related