Patch Changes
- b5aedaf: The shared integrations catalog gains 33 curated MCP connections from the Vercel Connect preset directory (Airtable, Stripe, Sentry, Supabase, Zapier, and more) for the docs integrations gallery, and the connection scaffolder now skips gallery-only catalog entries, so the
eve connections addpicker is unchanged. - edc93cc: Keep the mounted extensions guide out of the docs sidebar for now. The page stays at
/docs/extensions, but the feature isn't surfaced in the nav while its API stabilizes. - f00f084: Add named multi-agent routing to
withEveanduseEveAgent. Next.js apps can now configure multiple eve roots withagents, then target one from the frontend withuseEveAgent({ agent: "name" }). - f83d47d:
defineRemoteAgentnow accepts a function forurl, resolved at runtime instead of baked at compile time. Return astring(orPromise<string>) from() => process.env.MY_SERVICE_URLto target an endpoint supplied by a runtime env var, known only once the deployment runs.