From e8bc7bf1a4f37e39e6900dd9430a9bc0e342a32d Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 25 Jun 2025 09:42:38 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/features.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/apps/web/src/components/features.tsx b/apps/web/src/components/features.tsx index 67ac934e..1f97c325 100644 --- a/apps/web/src/components/features.tsx +++ b/apps/web/src/components/features.tsx @@ -47,7 +47,7 @@ const FEATURES: Feature[] = [ rel='noopener' className='link' > - let me know + let us know . @@ -85,12 +85,11 @@ const FEATURES: Feature[] = [ name: 'Support both MCP and HTTP', description: ( <> - All agentic products support being used both as a standard MCP server{' '} - and as an extremely simple HTTP API. MCP is important for - interop and future-proofing, whereas being able to call your agentic - tools via simple HTTP POST requests makes tool use easy to - debug and makes integration with existing LLM tool calling patterns a - breeze. + All Agentic tools are exposed as both{' '} + MCP servers as well as simple{' '} + HTTP APIs. MCP is important for + interop and future-proofing, whereas simple HTTP POST requests make + tools easy to debug and simplifies integrating with LLM SDKs. ), icon: CheckCheckIcon, @@ -126,7 +125,7 @@ const FEATURES: Feature[] = [ of Cloudflare's global infrastructure. Customize the default rate-limits, change them based on a customer's pricing plan, or create custom tool-specific overrides. REST assured that your origin API will - be safe behind Agentic's API gateway. + be safe behind Agentic's MCP gateway. ), icon: ShieldCheckIcon, @@ -175,15 +174,15 @@ const FEATURES: Feature[] = [ } }, { - name: 'Versioning', + name: 'Versioning & Instant Rollbacks', description: ( <> Just like Vercel, Agentic uses immutable deployments, so every time you make a change to your product's config, pricing, or docs, a unique preview deployment is created for that change. This enables instant - rollbacks if there are problems with a deployment. Publishing - deployments publicly uses semantic versioning (semver), so your - customers can choose how to handle breaking changes. + rollbacks if there are problems with a deployment. Publishing uses{' '} + semver (semantic versioning), so + your customers can choose how to handle breaking changes. ), icon: HistoryIcon,