You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: document MCP server, expand landing, drop stale new badges
- docs/ai-agents: add MCP server section with Claude/Codex/Amp CLI setup
and a manual mcp.json config; remove the caching section
- landing: show more components under Motion primitives (10 to 24)
- landing card: fix description leaking before hover and clamp breaking on
long text (padding/slide moved to the wrapper, clamp element kept clean)
- registry: remove "new" badge from shipped components (overflow-actions,
not-found, bouncy-accordion, drawer, scroll-animation, file-upload,
prediction-market)
<h1className="mt-2 text-3xl font-semibold tracking-tight text-foreground">For AI agents</h1>
78
98
<pclassName="mt-3 text-muted-foreground">
79
-
beUI exposes a static, agent-friendly surface. Coding agents (Cursor, Claude, GPT, custom MCP) can list components, fetch source with all deps, and drop files into the user's project with one HTTP call.
99
+
beUI exposes a static, agent-friendly surface. Connect the MCP server below, or hit the raw endpoints directly. Coding agents (Claude, Codex, Cursor, Amp) can list components, fetch source with all deps, and drop files into the user's project.
All routes are pre-rendered at build, served with <codeclassName="rounded bg-foreground/5 px-1.5 py-0.5 font-mono text-xs">cache-control: public, max-age=300, s-maxage=3600</code>.
0 commit comments