Add Expo plugin - #299
Open
brentvatne wants to merge 4 commits into
Open
Conversation
Official Expo skills + hosted MCP server (mcp.expo.dev) for building, verifying, deploying, and monitoring apps on Android, iOS, and web.
Bump the expo/skills SHA to main after the Grok manifest landed, so the catalog reads .grok-plugin/plugin.json (version 1.11.1).
That host is not a real Expo product URL.
Bump the expo/skills SHA to main after xai-org#165 so the catalog lists plugin version 1.11.2.
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.
What this PR does
expohttps://github.com/expo/skills.git@d1c68a21ec6a9249cfd2e3885364bb47b243adb2, pathplugins/expoOfficial Expo plugin for Grok Build: skills for Expo Router, native UI, EAS Build/Submit/Update/Hosting, plus the hosted Expo MCP server at
https://mcp.expo.dev/mcp(OAuth).Ownership
sourcerepo is published under our official org (expo/skills).Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha, and that commit is public + reachable..grok-plugin/plugin-index.json(python3 scripts/generate-plugin-index.py).python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset.plugins/expo).Security
curl | bash, remote-code download/exec, orpostinstallRCE..env, or env vars.https://mcp.expo.dev/mcp— hosted Expo MCP (Streamable HTTP, OAuth). Docs, EAS builds/workflows, TestFlight, store reviews.https://api.expo.dev— optionalsubmit-expo-feedbackfrom skills.UserPromptExpansion).mcp:access) for MCP tools that read/write the user's Expo/EAS projects.Notes for reviewers
Expo already lists this MCP in Claude's connector directory. We verified OAuth +
build_listagainst Grok custom connectors.Hooks:
PostToolUse(matcherSkill) andUserPromptExpansionpower optional skill telemetry. Telemetry is off until the user opts in.UserPromptExpansionis not a Grok event and is skipped.CLAUDE_PLUGIN_ROOTis honored via Grok's alias.The pin is
expo/skillsmainat 1.11.0 (.claude-pluginmanifest). A follow-up SHA bump will pick up.grok-plugin/plugin.jsononce that lands onmain.