From 0e31f2e3d0b0f90e154c104c75605d08325aaf55 Mon Sep 17 00:00:00 2001
From: AFFAANh
Date: Fri, 4 Sep 2026 11:50:14 +0530
Subject: [PATCH] fix(mcp): say not to open the LinkedIn callback URL
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The highlighted box added in fa86fc5 made the URL prominent and
copyable, and an operator promptly copied it and opened it in a browser
tab — a reasonable reading of "here is a URL, copy it" that lands on a
page which cannot do anything without a login attached.
Reworded to lead with the verb that matters ("paste this into ... then
save it there") and added the missing half in plain words: don't open it
yourself, it is where LinkedIn sends you back after login. The backend
callback now explains the same thing for anyone who opens it anyway.
Co-Authored-By: Claude Opus 5
---
src/pages/Agent/MCP/index.tsx | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/src/pages/Agent/MCP/index.tsx b/src/pages/Agent/MCP/index.tsx
index aa86aa9..539ee65 100644
--- a/src/pages/Agent/MCP/index.tsx
+++ b/src/pages/Agent/MCP/index.tsx
@@ -492,9 +492,20 @@ function MCPPage() {
color: "#92400e",
}}
>
- Before clicking Authenticate: add this exact URL to this
- LinkedIn app's Authorized redirect URLs (Developer Portal
- → your app → Auth tab), or LinkedIn will refuse the login.
+ Before clicking Authenticate: paste this exact URL into
+ LinkedIn Developer Portal → your app → Auth tab →
+ Authorized redirect URLs, then save it there. LinkedIn
+ refuses the login until it matches.
+
+
+ Don't open this URL yourself — it is where LinkedIn sends
+ you back after login, not a page to visit.