From 3873559509ea94d0eb0d686be1664c21f028102b Mon Sep 17 00:00:00 2001 From: Evan Tahler Date: Fri, 14 Nov 2025 16:49:28 -0800 Subject: [PATCH 1/2] Changelog - 11-14 --- app/en/home/changelog/page.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/en/home/changelog/page.mdx b/app/en/home/changelog/page.mdx index 3c64bb2d..7860267c 100644 --- a/app/en/home/changelog/page.mdx +++ b/app/en/home/changelog/page.mdx @@ -9,6 +9,19 @@ import { Callout } from "nextra/components"; _Here's what's new at Arcade.dev!_ +## 2025-11-14 + +**MCP Servers** +- `[feature - 🚀]` Customer.io Starter MCP Servers added +- `[feature - 🚀]` Intercom Starter MCP Server added + +**Arcade MCP** +- `[maintenance - 🔧]` Do not require entrypoint for `arcade configure` for HTTP server + +**Platform and Engine** +- `[maintenance - 🔧]` Deprecate Modal Create Endpoint in favor or new `arcade deploy` command +- `[maintenance - 🔧]` Improve performance of tool execution with large collections of tools + ## 2025-11-07 **Toolkits** From 620ff7b0aa93f6a536361f6d0f9340747a670172 Mon Sep 17 00:00:00 2001 From: Evan Tahler Date: Fri, 14 Nov 2025 16:50:33 -0800 Subject: [PATCH 2/2] clarify arcade-deploy note --- app/en/home/changelog/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/en/home/changelog/page.mdx b/app/en/home/changelog/page.mdx index 7860267c..78820a78 100644 --- a/app/en/home/changelog/page.mdx +++ b/app/en/home/changelog/page.mdx @@ -19,7 +19,7 @@ _Here's what's new at Arcade.dev!_ - `[maintenance - 🔧]` Do not require entrypoint for `arcade configure` for HTTP server **Platform and Engine** -- `[maintenance - 🔧]` Deprecate Modal Create Endpoint in favor or new `arcade deploy` command +- `[maintenance - 🔧]` Update `arcade deploy` command to support MCP Servers built with `arcade-mcp` - `[maintenance - 🔧]` Improve performance of tool execution with large collections of tools ## 2025-11-07