Show MCP connection status in integrations#1135
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 9286229 | Jun 22 2026, 11:42 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 9286229 | Commit Preview URL Branch Preview URL |
Jun 22 2026, 11:43 AM |
|
Update after latest commit:
|
|
Claude finished @ishaanxgupta's task in 53s —— View job Claude finished @ishaanxgupta's task in 53s —— View job Review Complete
Overview: Adds MCP connection status display to the integrations page by parsing MCP OAuth API keys and showing connected state in the section header, active connections rail, and featured CTA. Issues found: None — the encoding bugs from previous reviews have all been fixed in the latest commits. Score: 10/10 The code is clean and ready to ship:
|
There was a problem hiding this comment.
Overview: Adds MCP connection status display to the integrations page by parsing MCP OAuth API keys and showing connected state in the section header, active connections rail, and featured CTA.
Issues found:
- Character encoding bug: Three instances of
·instead of·(middle dot) at lines 1098, 1511, and 1528. This will display incorrectly in the UI.
Score: 8/10
The logic and structure look solid. The code correctly reuses the existing MCP metadata signals (sm_source: "mcp" or sm_kind: "mcp_oauth_exchange"), properly handles null/undefined cases, and integrates cleanly with the existing rail entry system. The activeMcpKey memo correctly finds the most recent key by comparing timestamps.
Fix the encoding issue and this is good to ship.
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Overview: Adds MCP connection status display to the integrations page by parsing MCP OAuth API keys and showing connected state in the section header, active connections rail, and featured CTA.
Issues found:
- The encoding bug at line 1098 (
McpConnectedPill) was fixed ✓ - Two instances of
·instead of·remain inMcpRailRowat lines 1511 and 1528
Score: 8/10
The logic and structure look solid. The code correctly reuses the existing MCP metadata signals, properly handles null/undefined cases, and integrates cleanly with the existing rail entry system. The activeMcpKey memo correctly finds the most recent key by comparing timestamps.
Fix the remaining two encoding issues and this is good to ship.
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
MaheshtheDev
left a comment
There was a problem hiding this comment.
add mcp icon instead of black icon in active status
Summary
sm_source: "mcp"orsm_kind: "mcp_oauth_exchange").