MCP Apps mengubah output agent menjadi permukaan produk

Tech
MCP Apps mengubah output agent menjadi permukaan produk
MCP Apps workflow: tool metadata, structured data, sandboxed UI, and approved follow-up actions.

MCP Apps membuat tool agent dapat mengembalikan UI HTML interaktif, bukan hanya teks. Host merendernya dalam iframe terisolasi, sementara komunikasi kembali ke tool tetap melalui jalur yang bisa diaudit. Dukungan Nuxt MCP Toolkit menunjukkan pola ini mulai masuk ke workflow frontend normal.

Apa yang berubah

Tim perlu memisahkan ringkasan untuk model dari data detail untuk UI. Tombol yang mengubah state harus punya consent, audit log, dan strategi pemulihan.

Practical checklist

  • Keep the tool schema stable before designing the widget.
  • Separate model-readable summaries from UI-only detailed data.
  • Require explicit consent and logs for state-changing actions.
  • Test iframe sandboxing, CSP, CORS and OAuth redirects in the real host.
  • Track UI actions, tool calls and failures in one trace.

Cocok untuk dashboard, approval, triage insiden, dan review dokumen. Tidak cocok untuk jawaban singkat. Selalu uji pada host produksi karena CORS, OAuth, dan kebijakan iframe bisa berbeda.

The practical conclusion is simple: treat MCP Apps as a product surface for high-friction agent workflows, not as decoration for every tool response.

Sumber