Skip to content

Commit 17f0d40

Browse files
Changelog - December 05 (#588)
* Changelog - December 05 * Update app/en/home/changelog/page.mdx Co-authored-by: Eric Gustin <34000337+EricGustin@users.noreply.github.com> * update * remove trash --------- Co-authored-by: Eric Gustin <34000337+EricGustin@users.noreply.github.com>
1 parent 43220dd commit 17f0d40

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

β€Žagents/changelog/agents/changelog.tsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Your goal is to load all the new git commits and pull requests from provided Git
1414
1515
There are 5 possible categories of changes:
1616
- Frameworks
17-
- MCP Servers
18-
- CLI and TDK
17+
- Arcade MCP Servers
18+
- Arcade CLI
1919
- Platform and Engine
2020
- Misc
2121

β€Žapp/en/home/changelog/page.mdxβ€Ž

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,37 @@ import { Callout } from "nextra/components";
99

1010
_Here's what's new at Arcade.dev!_
1111

12+
## 2025-12-05
13+
14+
<Callout type="warning">
15+
[A medium-severity security vulnerability](https://github.com/ArcadeAI/arcade-mcp/security/advisories/GHSA-g2jx-37x6-6438) has been identified and fixed in the Arcade MCP. Please upgrade to version 1.9.1 or higher of `arcade-mcp-server` to fix this issue.
16+
</Callout>
17+
18+
<Callout type="info">
19+
As of December 1, 2025, we have migrated the MCP servers deployed via `arcade deploy` to our own managed infrastructure. Please ensure you have the latest version of the arcade CLI installed and that you are using the latest version of the `arcade-mcp-server` package.
20+
</Callout>
21+
22+
**Arcade MCP Servers**
23+
- `[feature - πŸš€]` Add tools for project management, pull request, and projects to the Github MCP Server
24+
- `[feature - πŸš€]` Add Optimized Linear toolkit
25+
- `[feature - πŸš€]` Add Optimized Ashby toolkit
26+
- `[feature - πŸš€]` Shorten Jira tool names exceeding Cursor limit
27+
- `[feature - πŸš€]` Host both the latest and previous major version of optimized Arcade toolkits for backwards compatibility
28+
29+
**Arcade MCP**
30+
- `[feature - πŸš€]` Add startup warnings for missing secrets
31+
- `[bugfix - πŸ›]` Handle client disconnect for large payloads
32+
- `[bugfix - πŸ›]` Only serve worker endpoints if `ARCADE_WORKER_SECRET` environment variable is set
33+
- `[maintenance - πŸ”§]` Increase Worker Termination Grace Period
34+
35+
**Arcade CLI**
36+
- `[feature - πŸš€]` CLI config and WhoAmI endpoints
37+
38+
**Platform and Engine**
39+
- `[feature - πŸš€]` New users can be invited to projects by email, regardless of whether they have an account on Arcade, or already belong to your organization.
40+
- `[maintenance - πŸ”§]` Allows users to update organization and project names\
41+
42+
1243
## 2025-11-21
1344

1445
**MCP Servers**

0 commit comments

Comments
Β (0)