update supermemory mcp docs - #1408
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Claude finished @Prasanna721's task in 1m 16s —— View job Review Complete
Summary: Documentation-only PR that adds a ChatGPT Web setup guide, refreshes the MCP overview/setup/widget docs, and adds 22 new screenshots. No bugs, security issues, or logic errors found. Ready to ship. |
| <img | ||
| className="hidden dark:block" | ||
| src="/images/supermemory-mcp/widgets/select-space.png" | ||
| alt="Supermemory MCP searchable space picker" | ||
| /> | ||
| <img | ||
| className="block dark:hidden" | ||
| src="/images/supermemory-mcp/widgets/select-space-dark.png" | ||
| alt="Supermemory MCP searchable space picker" | ||
| /> |
There was a problem hiding this comment.
Dark and light mode images are swapped. In dark mode (hidden dark:block), the light image is shown, and in light mode (block dark:hidden), the dark image is shown.
Fix by swapping the image sources:
<img
className="hidden dark:block"
src="/images/supermemory-mcp/widgets/select-space-dark.png"
alt="Supermemory MCP searchable space picker"
/>
<img
className="block dark:hidden"
src="/images/supermemory-mcp/widgets/select-space.png"
alt="Supermemory MCP searchable space picker"
/>| <img | |
| className="hidden dark:block" | |
| src="/images/supermemory-mcp/widgets/select-space.png" | |
| alt="Supermemory MCP searchable space picker" | |
| /> | |
| <img | |
| className="block dark:hidden" | |
| src="/images/supermemory-mcp/widgets/select-space-dark.png" | |
| alt="Supermemory MCP searchable space picker" | |
| /> | |
| <img | |
| className="hidden dark:block" | |
| src="/images/supermemory-mcp/widgets/select-space-dark.png" | |
| alt="Supermemory MCP searchable space picker" | |
| /> | |
| <img | |
| className="block dark:hidden" | |
| src="/images/supermemory-mcp/widgets/select-space.png" | |
| alt="Supermemory MCP searchable space picker" | |
| /> | |
Spotted by Graphite
Is this helpful? React 👍 or 👎 to let us know.
There was a problem hiding this comment.
I did it to make it more visible for the users
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 4d86b72 | Aug 04 2026, 08:00 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 4d86b72 | Commit Preview URL Branch Preview URL |
Aug 04 2026, 08:03 PM |
There was a problem hiding this comment.
Overview: Adds a ChatGPT Web setup guide with screenshots, refreshes the MCP overview/setup/widget docs, and expands the tools table for the revamped API.
Issues found: None — this looks good to ship.
Reviewed for bugs, broken links, security issues, and logic errors. This is a documentation-only PR with valid MDX structure, proper image paths, and clean navigation changes. The dark/light mode image swap in the widgets section was intentionally chosen by the author for visibility contrast (per the existing comment thread).
Score: 10/10
Merge activity
|
Updates the Supermemory MCP docs for the revamped tool, space, widget, and OAuth flows. - adds a screenshot-backed ChatGPT Web setup guide with light and dark variants - refreshes the overview, setup, tools, spaces, and widget docs - keeps manual JSON configuration in a dropdown Tested all four local MCP docs routes and image references. for mcp image light mode -> dark mode images and dark mode has light mode (since the background was blending in i made this way to refocus user attention on the screenshots)
0cfd491 to
4d86b72
Compare
Updates the Supermemory MCP docs for the revamped tool, space, widget, and OAuth flows.
Tested all four local MCP docs routes and image references.
for mcp image light mode -> dark mode images and dark mode has light mode (since the background was blending in i made this way to refocus user attention on the screenshots)