diff --git a/app/en/references/changelog/page.mdx b/app/en/references/changelog/page.mdx index 085a74878..d919cced5 100644 --- a/app/en/references/changelog/page.mdx +++ b/app/en/references/changelog/page.mdx @@ -9,6 +9,21 @@ import { Callout } from "nextra/components"; _Here's what's new at Arcade.dev!_ +## 2026-01-23 + +**Arcade MCP Servers** +- `[feature - 🚀]` Launched `https://ctl.arcade.dev/mcp` - Arcade's Gateway Assistant. Connect your LLM to help build MCP Gateways and MCP Servers for any agent use case. Learn more about it [here](/guides/mcp-gateways/create-via-ai)! + +**Platform and Engine** +- `[maintenance - 🔧]` Fixed a race condition in `arcade deploy` + +**Misc** +- `[documentation - 📝]` Updated OpenAI agents guide in Python +- `[documentation - 📝]` Fixed agent-frameworks page displaying as raw code +- `[documentation - 📝]` Quickstart now walks through setting up a `uv` project +- `[documentation - 📝]` Added connecting arcade tools to your llm page +- `[documentation - 📝]` Added Copilot Studio docs + ## 2026-01-16 **Arcade MCP Servers**