From 6711a406bfd19ca7f0405bfc06273257c1a72950 Mon Sep 17 00:00:00 2001 From: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:32:31 -0400 Subject: [PATCH] Docs: soften A2A/MCP wording on the landing page Reword the intro from 'with A2A between agents and MCP for tools' to 'supporting A2A and MCP', so it doesn't imply these are the only ways agents interact (landing-page review feedback). Assisted-By: Claude (Anthropic AI) Signed-off-by: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com> --- ecosystem/welcome.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem/welcome.mdx b/ecosystem/welcome.mdx index 16e4eba..cb2d883 100644 --- a/ecosystem/welcome.mdx +++ b/ecosystem/welcome.mdx @@ -106,7 +106,7 @@ export const rossoctlServices = [
-rossoctl is a set of platform primitives for agent security, resilience, and efficiency that platform owners can build on. It comes in two parts: RossoCortex, a data plane that mediates what agents do, and a set of services agents can call. It's open source, framework-neutral, and built on open standards, with A2A between agents and MCP for tools. +rossoctl is a set of platform primitives for agent security, resilience, and efficiency that platform owners can build on. It comes in two parts: RossoCortex, a data plane that mediates what agents do, and a set of services agents can call. It's open source, framework-neutral, and built on open standards, supporting A2A and MCP.