Skip to content

fix: add plugin logo using the official planetscale logomark - #13

Merged
heyglassy merged 1 commit into
mainfrom
devin/1787972482-plugin-logo
Aug 29, 2026
Merged

fix: add plugin logo using the official planetscale logomark#13
heyglassy merged 1 commit into
mainfrom
devin/1787972482-plugin-logo

Conversation

@heyglassy

Copy link
Copy Markdown
Contributor

Summary

The plugin has no logo — .cursor-plugin/plugin.json never declared one and the repo contains no image, so Cursor has nothing to render for it. Adds the logo field and the asset:

  "description": "An authenticated hosted MCP server that accesses ...",
+ "logo": "assets/logo.svg",
  "mcpServers": "./.mcp.json",

assets/logo.svg is the official logomark from https://planetscale.com/brand, path data copied verbatim rather than redrawn, on a brand-black #1a1a1a square:

  • White mark (#fafafa) on filled #1a1a1a — Cursor's logo takes a single path, with no light/dark variants, so a transparent mark would disappear on one of the two themes.
  • 512×512 with the 454×454 mark scaled to 360 and centered. The brand downloads ship with no clear space, so the ~15% padding is added here; without it the corners of the diagonal get clipped wherever the logo is rendered rounded or circular.

The path is relative, which Cursor resolves to a raw.githubusercontent.com URL — 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

@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@heyglassy
heyglassy marked this pull request as ready for review August 29, 2026 03:02
@heyglassy
heyglassy requested a review from a team as a code owner August 29, 2026 03:02

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Devin Review

Comment thread .cursor-plugin/plugin.json
@devin-ai-integration
devin-ai-integration Bot force-pushed the devin/1787972482-plugin-logo branch from 36aa354 to deb5d1f Compare August 29, 2026 03:05
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@heyglassy
heyglassy force-pushed the devin/1787972482-plugin-logo branch from deb5d1f to 413254c Compare August 29, 2026 03:16
@heyglassy
heyglassy merged commit 40956b3 into main Aug 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants