fix: add plugin logo using the official planetscale logomark - #13
Merged
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
heyglassy
marked this pull request as ready for review
August 29, 2026 03:02
devin-ai-integration
Bot
force-pushed
the
devin/1787972482-plugin-logo
branch
from
August 29, 2026 03:05
36aa354 to
deb5d1f
Compare
bddicken
approved these changes
Aug 29, 2026
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
heyglassy
force-pushed
the
devin/1787972482-plugin-logo
branch
from
August 29, 2026 03:16
deb5d1f to
413254c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The plugin has no logo —
.cursor-plugin/plugin.jsonnever declared one and the repo contains no image, so Cursor has nothing to render for it. Adds thelogofield and the asset:"description": "An authenticated hosted MCP server that accesses ...", + "logo": "assets/logo.svg", "mcpServers": "./.mcp.json",assets/logo.svgis the official logomark from https://planetscale.com/brand, path data copied verbatim rather than redrawn, on a brand-black#1a1a1asquare:#fafafa) on filled#1a1a1a— Cursor'slogotakes a single path, with no light/dark variants, so a transparent mark would disappear on one of the two themes.The path is relative, which Cursor resolves to a
raw.githubusercontent.comURL — so this needs no change to the release archive, and it's the form marketplace submission expects.Stacks conceptually on top of #12 but touches no files in common with it.
Link to Devin session: https://app.devin.ai/sessions/3f256659316c425facc3ef65f3eb5c50
Open in Devin Desktop: https://app.devin.ai/desktop/session/3f256659316c425facc3ef65f3eb5c50?variant=devin
Requested by: @heyglassy