mirror of
https://github.com/penpot/penpot.git
synced 2026-06-28 02:02:06 +00:00
* ♻️ Add mcp integration state management refactor (#10226) * ♻️ Add mcp integration state management refactor * 🐛 Fix access tokens do not appear * ♻️ Refactor some names * ♻️ Refactor token deletion --------- Co-authored-by: Luis de Dios <luis.dedios@kaleidos.net> * 🐛 Fix stale MCP token data after create/regenerate (#10280) Fix the root cause in profile.cljs: remove the optimistic conj from access-token-created and instead chain a fetch-access-tokens after the create-access-token API call succeeds. This ensures all callers get a fresh, server-consistent token list automatically. Suggested-by: niwinz Signed-off-by: kapilvus <kapil69265@gmail.com> Co-authored-by: kapilvus <kapilvus@gmail.com> * ✨ Remove non-recoverable mcp key warning from regenerated modal (#10298) --------- Signed-off-by: kapilvus <kapil69265@gmail.com> Co-authored-by: Luis de Dios <luis.dedios@kaleidos.net> Co-authored-by: kapil971390 <kapil69265@gmail.com> Co-authored-by: kapilvus <kapilvus@gmail.com>