From 5da23880bf7a31f8c948144d3e8394e05382f66a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:48:26 +0000 Subject: [PATCH 1/4] Editorial: Structure - Added missing intro line and improved first paragraph to follow 10/20/70 structure --- app/en/guides/agent-frameworks/page.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/en/guides/agent-frameworks/page.mdx b/app/en/guides/agent-frameworks/page.mdx index 879262657..cd307d2da 100644 --- a/app/en/guides/agent-frameworks/page.mdx +++ b/app/en/guides/agent-frameworks/page.mdx @@ -1,11 +1,14 @@ +```mdx import { PlatformCard } from "@/app/_components/platform-card"; import { Tabs } from "nextra/components"; + + # Arcade with Agent Frameworks and MCP Clients Arcade integrates with agent frameworks and MCP clients to add tool-calling capabilities to your AI applications. -These guides are for developers building AI applications who need to connect Arcade tools to their agent frameworks or MCP clients. These guides show you how to authenticate with Arcade, load tools, and execute them within your chosen framework. Each guide provides code examples and configuration steps to get you started quickly. +These guides are for developers building AI applications who need to connect Arcade tools to their agent frameworks or MCP clients. You'll learn how to authenticate with Arcade, load tools, and execute them within your chosen framework. This information is essential when you're building AI agents that need to interact with external services through Arcade's tool ecosystem. Each guide provides code examples and configuration steps to get you started with your specific framework. ## Agent Frameworks @@ -71,3 +74,4 @@ These guides are for developers building AI applications who need to connect Arc +``` \ No newline at end of file From 09cdf9d7ef2beef9ab84acb1cc8e70dc463b4e0e Mon Sep 17 00:00:00 2001 From: "RL \"Nearest\" Nabors" <236306+nearestnabors@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:10:38 +0000 Subject: [PATCH 2/4] Update app/en/guides/agent-frameworks/page.mdx --- app/en/guides/agent-frameworks/page.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/en/guides/agent-frameworks/page.mdx b/app/en/guides/agent-frameworks/page.mdx index cd307d2da..fcda40d1a 100644 --- a/app/en/guides/agent-frameworks/page.mdx +++ b/app/en/guides/agent-frameworks/page.mdx @@ -1,4 +1,3 @@ -```mdx import { PlatformCard } from "@/app/_components/platform-card"; import { Tabs } from "nextra/components"; From 7fa79905ef92476d8b0c9e5b440e0a413b8a8e1e Mon Sep 17 00:00:00 2001 From: "RL \"Nearest\" Nabors" <236306+nearestnabors@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:10:57 +0000 Subject: [PATCH 3/4] Update app/en/guides/agent-frameworks/page.mdx --- app/en/guides/agent-frameworks/page.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/en/guides/agent-frameworks/page.mdx b/app/en/guides/agent-frameworks/page.mdx index fcda40d1a..fa4ea8056 100644 --- a/app/en/guides/agent-frameworks/page.mdx +++ b/app/en/guides/agent-frameworks/page.mdx @@ -72,5 +72,4 @@ These guides are for developers building AI applications who need to connect Arc /> - -``` \ No newline at end of file + \ No newline at end of file From 7a35c64591ccb945e355596174f33d1e3819479f Mon Sep 17 00:00:00 2001 From: "RL \"Nearest\" Nabors" <236306+nearestnabors@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:12:03 +0000 Subject: [PATCH 4/4] Update app/en/guides/agent-frameworks/page.mdx --- app/en/guides/agent-frameworks/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/en/guides/agent-frameworks/page.mdx b/app/en/guides/agent-frameworks/page.mdx index fa4ea8056..f4daf384e 100644 --- a/app/en/guides/agent-frameworks/page.mdx +++ b/app/en/guides/agent-frameworks/page.mdx @@ -7,7 +7,7 @@ import { Tabs } from "nextra/components"; Arcade integrates with agent frameworks and MCP clients to add tool-calling capabilities to your AI applications. -These guides are for developers building AI applications who need to connect Arcade tools to their agent frameworks or MCP clients. You'll learn how to authenticate with Arcade, load tools, and execute them within your chosen framework. This information is essential when you're building AI agents that need to interact with external services through Arcade's tool ecosystem. Each guide provides code examples and configuration steps to get you started with your specific framework. +These guides are for developers building AI applications who need to connect Arcade tools to their agent frameworks or MCP clients. You'll learn how to authenticate with Arcade, load tools, and execute them within your chosen framework. Each guide provides code examples and configuration steps to get you started with your specific framework. ## Agent Frameworks