From 300a74a110ca1efedcaa1b6b3931a1e926b4efcb Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Sun, 10 May 2026 18:52:03 +0100 Subject: [PATCH] vault backup: 2026-05-10 18:52:03 --- 99 Daily/2026-05-10.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/99 Daily/2026-05-10.md b/99 Daily/2026-05-10.md index 7f0c7ee..e5424fa 100644 --- a/99 Daily/2026-05-10.md +++ b/99 Daily/2026-05-10.md @@ -296,3 +296,9 @@ tags: [daily] - 18:47 | `Shumiland` - **Asked:** Checked Figma MCP connection and Shumiland (Copy) project in drafts. - **Done:** Successfully authenticated with Figma OAuth but MCP session still requires reconnection. +- 18:50 (2min) | `Shumiland` + - **Asked:** Cleared authentication for Figma MCP connection. + - **Done:** Identified that Figma MCP is connected via Claude Code CLI instead of claude_desktop_config.json, causing OAuth-based authentication issues. +- 18:51 | `Shumiland` + - **Asked:** How to resolve Figma MCP authentication failure in Claude Code CLI? + - **Done:** Identified that OAuth callback URL wasn't auto-opened, causing token rejection; suggested Personal Access Token workaround.