This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryDATEV Online APIs (Sandbox) connector added, OAuth token loading fixed after authorization, and refresh token handling hardened.
Full changelog
Features
- DATEV Online APIs (Sandbox) connector (#436): a dedicated, pre-configured marketplace adapter for DATEV's sandbox environment (openidsandbox authorize, sandbox-api token,
platform-sandbox/v2API paths,client_secret_basic). Every DATEV app must run in the sandbox until DATEV grants production approval — this removes the error-prone manual URL/path editing the single production adapter required. Generated from the production adapter so the tool definitions never drift.
Fixes
- REST OAuth connectors: tools now work immediately after authorization (#436): the freshly-issued access token is loaded into the in-memory MCP registry right after it is stored. Previously the reload lived inside the MCP tool-discovery block, which throws for non-MCP (REST/GraphQL) servers, so a just-authorized REST connector kept serving with a stale, token-less snapshot and returned 401s.
- Token refresh hardened for rolling refresh tokens (#436): the refresh flow re-reads the freshest refresh token from the DB instead of a stale registry snapshot (providers like DATEV rotate the refresh token on every use), and the OAuth callback merges issued tokens into the existing authConfig instead of replacing it (preserving
authorizationUrl/scopesfor re-authorization).
Verification: backend typecheck + lint clean; src/connectors + src/auth 389 tests pass (new regression tests for the reload and rolling-refresh paths); DATEV sandbox endpoints + client_secret_basic verified read-only against DATEV.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About AnythingMCP
All releases →Related context
Beta — feedback welcome: [email protected]