#0829
`Nuxt MCP Toolkit` adds support for MCP apps
70radar
Nuxt MCP ToolkitMCP toolkit for Nuxt — Vue SFC-based tool UIs
Agent tools can now return inline interactive HTML, not just text. Useful for richer tool flows inside Claude or ChatGPT.
- Tools declared with
defineMcpAppcan render interactive HTML responses in MCP clients such as Claude and ChatGPT. useMcpApplets the UI read pre-hydrated data, trigger follow-up prompts, or call other tools from inside the response.- Vue SFCs are bundled into self-contained HTML at build time and served from the MCP endpoint, reducing custom UI plumbing.
Source: vercel.com/changelog/nuxt-mcp-toolkit-mcp-appsRead original →