@@ -9,6 +9,72 @@ import { Callout } from "nextra/components";
99
1010_ Here's what's new at Arcade.dev!_
1111
12+ ## 2026-06-05
13+
14+ ** Arcade MCP Servers**
15+
16+ - ` [feature - π] ` Add Github_SearchCode for cross-organizational code search functionality.
17+ - ` [feature - π] ` Rebuilds the arcade_google_flights toolkit to support full trip-planning lifecycle.
18+ - ` [feature - π] ` Add support for recurring events in Google Calendar API integration.
19+ - ` [feature - π] ` Add ChatGPT as a supported MCP client in the mcp-gateway-connect feature.
20+ - ` [feature - π] ` Add move email to folder tools in the Microsoft Outlook Mail toolkit for better email organization.
21+ - ` [feature - π] ` Add Resend transactional email toolkit with API-key authentication for email operations.
22+ - ` [feature - π] ` Add create_or_edit_spreadsheet tool for batch operations on Google Sheets.
23+ - ` [documentation - π] ` Updating documentation for MCP Servers.
24+ - ` [documentation - π] ` Removed outdated PAT and notification references from GitHub MCP server documentation.
25+
26+ ** Platform and Engine**
27+
28+ - ` [feature - π] ` Swap primary and tertiary colors in the design system to improve UI clarity.
29+ - ` [feature - π] ` Add User Source CRUD audit logging and emission framework in the coordinator.
30+ - ` [feature - π] ` Make OIDC scopes configurable per User Source, enhancing integration with Microsoft Entra ID.
31+ - ` [bugfix - π] ` Fix dark mode visibility for 'forkable' and 'squareup' icons.
32+ - ` [bugfix - π] ` Tone down primary lime usage in dashboard accents for improved UI coherence.
33+ - ` [bugfix - π] ` Bump Next.js versions for improved security.
34+ - ` [bugfix - π] ` Fix OIDC sign-in form action generation to use BASE_URL instead of request URL.
35+ - ` [bugfix - π] ` Fix slugification of gateway names in the Claude Code mcp add command to handle spaces correctly.
36+ - ` [bugfix - π] ` Fix dashboard text visibility in light mode by introducing a new brand text token.
37+ - ` [bugfix - π] ` Fix OAuth verifier selection in Playground to enhance security. (monorepo PR #1532 )
38+ - ` [maintenance - π§] ` Patched 30 high-severity Dependabot CVEs across 15 packages.
39+ - ` [documentation - π] ` Updated User Sources for configurable scopes and added Advanced section in the Dashboard.
40+
41+ ** Misc**
42+
43+ - ` [documentation - π] ` Add Microsoft Entra ID setup guide for Arcade User Sources.
44+ - ` [documentation - π] ` Adds Okta setup guide to user sources documentation.
45+ - ` [documentation - π] ` Adds Stytch setup guide for user sources.
46+ - ` [documentation - π] ` Adds a Clerk setup guide for OAuth applications in user sources.
47+ - ` [documentation - π] ` Adds an Auth0 setup guide for configuring user sources in Arcade.
48+
49+ ## 2026-05-29
50+
51+ ** Frameworks**
52+
53+ - ` [feature - π] ` Replace Reddit demo suggestion with Google Calendar in ui-kit. (monorepo PR #1390 )
54+
55+ ** Arcade MCP Servers**
56+
57+ - ` [feature - π] ` Reshape PR objects to nested structure for improved GitHub MCP server integration.
58+ - ` [feature - π] ` Reintroduce optional file picker URL suggestion in Google Workspace toolkits to enhance user experience.
59+ - ` [feature - π] ` Add Forkable meal-picker toolkit for managing weekly meal selections.
60+ - ` [bugfix - π] ` Improve tool descriptions to prevent confusion with prompt injections.
61+ - ` [bugfix - π] ` Fix deprecated Confluence version pin to restore backward compatibility.
62+ - ` [bugfix - π] ` Fix markdown rendering in PowerPoint slide bodies and titles.
63+ - ` [documentation - π] ` Update of MCP Servers documentation for Math toolkit version bump.
64+
65+ ** Platform and Engine**
66+
67+ - ` [feature - π] ` Implement static-user-source gateway login.
68+ - ` [bugfix - π] ` Refactor to remove unused /v1/tokens/exchange endpoint to enhance security.
69+ - ` [bugfix - π] ` Restore tool errors handling in MCP tools to improve error reporting.
70+ - ` [feature - π] ` Add CIMD-specific guidance for unknown_client error in OAuth2 error page.
71+ - ` [bugfix - π] ` Fix self-hosted ` arcade login ` process to resolve double '/oauth2' URL issue and path mismatches.
72+
73+ ** Misc**
74+
75+ - ` [documentation - π] ` Clarifies the separation of /admin/catalog/* and /tool_metadata* routes in engine documentation.
76+ - ` [documentation - π] ` Add User Sources overview and integrate User Source into MCP Gateway authentication options.
77+
1278## 2026-05-22
1379
1480** Arcade MCP Servers**
0 commit comments