Polish Dropins MCP docs#958
Merged
Merged
Conversation
OscarMerino
reviewed
Jul 21, 2026
|
|
||
| - Node.js 18 or later (`node -v` to confirm) | ||
| - An AI editor that supports MCP servers: <Link href="https://cursor.com/" text="Cursor" />, <Link href="https://code.visualstudio.com" text="VS Code" /> with <Link href="https://github.com/features/copilot" text="GitHub Copilot" />, or <Link href="https://claude.com/download" text="Claude Desktop" /> | ||
| - An AI editor that supports MCP servers: <Link href="https://cursor.com/" text="Cursor" />, <Link href="https://code.visualstudio.com" text="VS Code" /> with <Link href="https://github.com/features/copilot" text="GitHub Copilot" />, Claude Code, or <Link href="https://claude.com/download" text="Claude Desktop" /> |
Contributor
There was a problem hiding this comment.
Claude Code in Prerequisites lacks a link. Cursor, VS Code, and Claude Desktop all use <Link> components with URLs. Claude Code is plain text. Should be (or whichever URL applies) for consistency.
OscarMerino
reviewed
Jul 21, 2026
Comment on lines
140
to
+144
| The MCP works best when you ask specific questions about your project. For example: | ||
|
|
||
| - _"What events does the checkout drop-in emit when a payment method is selected?"_ | ||
| - _"Create a block that combines CartSummaryList and OrderConfirmation"_ | ||
| - _"Are there any stale containers or removed APIs in my commerce-cart block?"_ | ||
| - _"What GraphQL mutation does checkout use to place an order?"_ | ||
| - _"Generate a slot implementation that adds a loyalty points badge next to the cart line item price"_ | ||
| - _"Am I using the latest drop-in versions?"_ | ||
| - _"What CSS design tokens control button colors?"_ | ||
| - _"Are there any stale containers or removed APIs in my commerce-cart block?"_ |
Contributor
There was a problem hiding this comment.
Reducing example prompts from 7 to 2 loses significant breadth. The removed prompts: "What GraphQL mutation does checkout use to place an order?", "What CSS design tokens control button colors?", "Am I using the latest drop-in versions?" demonstrated diverse MCP capabilities. Keeping at least 4–5 would better convey the server's value to a new user landing on this page.
OscarMerino
approved these changes
Jul 21, 2026
erikmarr
approved these changes
Jul 21, 2026
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.
Purpose of this pull request
Independent prose polish for the Dropins MCP page: updated terminology (Dropins MCP rather than Drop-ins MCP), added Claude Code as a supported editor, clarified the VS Code Copilot tab label, and light copyedits.
Associated JIRA ticket
N/A
Staging preview
https://commerce-docs.github.io/microsite-commerce-storefront/ai/dropins-mcp/
Affected pages
src/content/docs/ai/dropins-mcp.mdxTesting
Reviewed the updated content for clarity, structure, and internal links in the local documentation context.