fix(plugin): pin the MCP formatter - #990
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
@codex review Please review head |
|
Codex Review: Didn't find any major issues. Swish! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
The MCP app needs its own pinned formatter when the plugin is installed without the SDK. Reusing the SDK's Prettier in #988 left standalone imports dependent on the host repository's formatter version.
Changes
Testing
git diff --checkpassed.Risk and rollout
This changes development tooling and CI. The pinned version matches the formatter already used by the SDK. Runtime code and native build inputs are unchanged.
Public disclosure review