feat: add mobilerun plugin - #1
Merged
Merged
Conversation
Replace the starter plugins with the Mobilerun plugin (remote OAuth MCP at cloud.mobilerun.ai/api/mcp), retarget the marketplace manifest, add a LICENSE and a validate-on-PR workflow. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Swap the mobileAgent icon for the real Mobilerun mark; theme-aware (black on light, white on dark). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Adds the Mobilerun plugin to the Cursor Marketplace repo and retires the two starter plugins.
What
plugins/mobilerun/— remote OAuth MCP server (mcp.json→https://cloud.mobilerun.ai/api/mcp),plugin.json(Apache-2.0, homepage/repository set), official brand logo, README (OAuth-only)..cursor-plugin/marketplace.json— retargeted tomobilerun/ droidrun owner, singlemobilerunplugin.LICENSE(Apache-2.0), rootREADME.mdrewrite,.github/workflows/validate.yml(runsvalidate-template.mjson PRs).plugins/starter-simple+plugins/starter-advanced.node scripts/validate-template.mjs→ Validation passed (only the expected non-fatalno hooks/hooks.jsonwarning).Auth
Bare
{"url": ...}remote entry — verified against Cursor docs (notype/transportneeded). OAuth 2.1 + PKCE with dynamic client registration; staticauth.CLIENT_IDis the documented fallback if DCR ever fails.cloud.mobilerun.ai/api/mcpcurrently serves the Stainlesscloud-sdk-mcp(2-tool Code Mode), not the 35-tool Mobilerun MCP the manifest describes. The ingress/coexistence swap must land before this plugin is submitted, or first users get the wrong server.Submission target: https://cursor.com/marketplace/publish.
🤖 Generated with Claude Code