πΊοΈ Roadmap β what AnythingMCP is shipping next #147
Replies: 8 comments
-
π v0.1.23 β silence MCP duplicate-registration warnings is outPublished 2026-05-10 β see the full release notes. Silences The internal See #152 for details. Update with |
Beta Was this translation helpful? Give feedback.
-
π v0.1.24 β OpenAPI 3.1, healthcheck UX, SSRF allowlist, re-import preserve, MCP coercion is outPublished 2026-05-12 β see the full release notes. Six customer-driven fixes from the FastAPI / koch-filesystem-bridge integration: Connector import / parsing
Tool runtime
Test / debug UX
Security / on-prem
DB migrations (both additive, nullable, no backfill)
Update with |
Beta Was this translation helpful? Give feedback.
-
π v0.1.25 β Sorare adapter, LOGIN_TOKEN auth, GraphQL schema-slicing for every connector is outPublished 2026-05-18 β see the full release notes. First release that ships a full GraphQL story end-to-end. The Sorare Fantasy Football adapter lands, the new `LOGIN_TOKEN` AuthType lets adapters describe any bcrypt-style sign-in handshake declaratively, and every GraphQL connector β catalog or user-created β now gets a server-side schema-slicing proxy baked in so agents can drive APIs whose introspection is disabled or whose SDL is too large for the context window. New: Sorare Fantasy Football adapter (18 tools)Built-in adapter for Sorare's GraphQL API. Bcrypt-salted login, JWT cached for ~30 days, automatic re-issue 24 h before expiry and on any 401. Featured on the homepage with `priority: 100`. Tools (live-audited against api.sorare.com with real credentials, 17/19 happy-path pass, the two remaining are deliberate NOT_FOUND probes against fake IDs):
Five multilingual MDX guides for the marketing site (en/de/it Γ ChatGPT/Claude/OpenClaw/generic MCP) plus five SEO-targeted Markdown guides under `docs/guides/` so GitHub Search surfaces `sorare-to-mcp`, `connect-sorare-to-claude`, `connect-sorare-to-chatgpt`, `connect-sorare-to-openclaw`, `connect-sorare-to-cloud`. New: `LOGIN_TOKEN` AuthTypeA declarative spec for APIs that POST credentials β receive a long-lived bearer, optionally with client-side bcrypt against a salt fetched from the upstream. Adapter authors describe the entire flow in JSON; no per-provider code. The shared `LoginTokenService` handles salt fetch β bcrypt β `signIn` β token cache (in-memory + AES-256-GCM-encrypted DB row in the new `connector_auth_cache` table) β proactive refresh β₯ 24 h before expiry β forced re-login on 401, all behind a per-key mutex. Wired into both the REST and GraphQL engines (`injectAuth` + 401-retry path). Field-by-field reference: `docs/connectors/login-token-auth.md`. New: GraphQL schema-slicing proxy β every GraphQL connector, automaticallyUpdate with |
Beta Was this translation helpful? Give feedback.
-
π v0.1.26 β License activation handoff is outPublished 2026-05-19 β see the full release notes. HighlightsEnd-to-end license auto-activation between the cloud instance and
Companion PRs
Update with |
Beta Was this translation helpful? Give feedback.
-
π v0.1.27 β Tenant-scoped license lookup is outPublished 2026-05-19 β see the full release notes. HighlightsSecurity/billing fix: cross-tenant license entitlement leak in cloud mode. Pre-fix, an org with zero licenses could see another org's key as "License verified successfully" because
Self-hosted single-tenant behavior is unchanged β the Companion PR
Update with |
Beta Was this translation helpful? Give feedback.
-
π v0.1.28 β LicenseWall covers cloud no-license + MCP runtime check is org-scoped is outPublished 2026-05-19 β see the full release notes. Follow-ups to v0.1.27 β see #221. LicenseWall now blocks the cloud UI when an org has no license (was silently allowed through after the per-org isolation fix). dynamic-mcp-tools now passes organizationId through to checkLicenseActive so MCP tool calls work in cloud. Update with |
Beta Was this translation helpful? Give feedback.
-
π API Auth Update is outPublished 2026-05-20 β see the full release notes. What's Changed
New Contributors
Full Changelog: v0.1.28...v0.1.29 Update with |
Beta Was this translation helpful? Give feedback.
-
π v0.1.30 β DATEV + SAP + Playtomic + GA4 (9 PRs) is outPublished 2026-05-23 β see the full release notes. What's Changed
New Contributors
Full Changelog: v0.1.29...v0.1.30 Update with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
πΊοΈ AnythingMCP β public roadmap
This thread tracks where AnythingMCP is heading. The full document lives in ROADMAP.md β this discussion is where you can comment, push back, and propose changes.
Now (in active development)
Next
Want to influence priorities?
β Star and π Watch the repo to be notified when items ship.
Beta Was this translation helpful? Give feedback.
All reactions