From 8e250b9f8c014a31e4ebe602205b8738446c585a Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Sun, 31 May 2026 00:17:00 +0200 Subject: [PATCH] docs: add Mastra to frameworks list --- docs/get-started/clients.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/get-started/clients.mdx b/docs/get-started/clients.mdx index 3ca9e71de..c871d5d31 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -86,6 +86,7 @@ These frameworks add ACP support through dedicated integrations or adapters: - [LangChain / LangGraph](https://docs.langchain.com/oss/python/deepagents/acp) — through [Deep Agents ACP](https://docs.langchain.com/oss/python/deepagents/acp) - [LlamaIndex](https://github.com/AstraBert/workflows-acp) — through the [`workflows-acp`](https://github.com/AstraBert/workflows-acp) adapter for Agent Workflows - [LLMling-Agent](https://github.com/phil65/llmling-agent) — with built-in ACP support for running agents through ACP clients +- [Mastra](https://mastra.ai/docs/agents/acp) — through the [`@mastra/acp`](https://mastra.ai/docs/agents/acp) package for wrapping external ACP agents as tools or subagents ## Connectors