feat: Cursor overlay listing pack for Grok Bot - #33
Merged
Conversation
Keep mcp.json URL-only (tools:read). Carry README and logo in the overlay so the generated Cursor host is a complete listing pack.
Updated version and description to reflect new features and capabilities.
Updated the README to clarify Ask Gina's capabilities and limitations.
ericjuta
added a commit
that referenced
this pull request
Sep 3, 2026
* fix(cursor): make the listing overlay conform again PR #33 grew the Cursor manifest with homepage, repository, license, keywords, and logo, and bumped it to 1.0.0. The conformance validator only accepted the thin manifest and the packer requires every host to share the root release version, so main has been red since. Accept the listing manifest shape explicitly, pin the version back to the shared release version, and update the README tool count to 30. * docs(cursor): keep the overlay README inside the public boundary
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.
Cursor / Grok Bot listing polish only. Does not publish or submit.
Why
Grok Bot plugins are Cursor marketplace plugins. The Cursor overlay was a thin
name/description/authormanifest. Packer copies the overlay as-is (plus canonical skills), so listing fields, README, and logo have to live intargets/cursor/.What
plugins/ask-gina/targets/cursor/.cursor-plugin/plugin.jsonwith homepage, repository (askgina/plugins), license, keywords, andlogo: assets/icon.svg.README.md(install, OAuth callbacks, four skills, read-only boundary).assets/icon.svginto the overlay so the generated host actually has the logo file. Canonical copy remainsplugins/ask-gina/assets/icon.svg.mcp.jsonunchanged: URL-onlyhttps://askgina.ai/ai/gina/mcp. No bearer, notype: streamable-http.Out of scope
targets/cursor/skills/(canonical skills only).https://cursor.comstill 403 on MCP).mcp.jsonstill does not requesttools:execute.Test plan
bun run check:target-conformance.cursor-plugin/plugin.json,mcp.json,README.md,assets/icon.svg, and the four skills