From dcdc01eff1d101477065ce190791ec30cdf9b7d6 Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Thu, 25 Dec 2025 15:29:59 +0100 Subject: [PATCH] Clarify protocol applicability to local and remote scenarios in introduction --- docs/overview/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/introduction.mdx b/docs/overview/introduction.mdx index a7e0033..379a046 100644 --- a/docs/overview/introduction.mdx +++ b/docs/overview/introduction.mdx @@ -3,7 +3,7 @@ title: "Introduction" description: "Get started with the Agent Client Protocol (ACP)" --- -The Agent Client Protocol standardizes communication between code editors/IDEs, and coding agents (programs that use generative AI to autonomously modify code). +The Agent Client Protocol standardizes communication between code editors/IDEs and coding agents and is suitable for both local and remote scenarios. ## Why ACP?