@W-21513849 Update MCP tool names and docs#270
Merged
Conversation
patricksullivansf
approved these changes
Mar 17, 2026
Comment on lines
-51
to
-56
| **Example prompts:** | ||
| - ✅ "Use the MCP tool to list all available SCAPI schemas." | ||
| - ✅ "Use the MCP tool to show me what checkout APIs exist." → `apiFamily: "checkout"` | ||
| - ✅ "Use the MCP tool to discover SCAPI product endpoints." → `apiFamily: "product"` | ||
| - ✅ "Use the MCP tool to list custom API definitions." → `apiFamily: "custom"` | ||
|
|
Contributor
There was a problem hiding this comment.
FYI, I didn't see example prompt clean-up in the PR description so I'm not sure if these changes are intentional?
Contributor
Author
There was a problem hiding this comment.
This is duplicated section. Its available in ## Usage Examples section so I remove it.
Contributor
There was a problem hiding this comment.
note to self, this looks like a new file, but i'm guessing it's a git mv that got confused
| - **Auto mode** (fast): Ask in your IDE: *"Add Page Designer support to [ComponentName] with autoMode"*. The tool runs in one turn with no prompts. | ||
| - **Interactive mode** (control): Ask *"Add Page Designer support to [ComponentName]"* and answer questions about typeId, which props to expose, types, and optional nested regions. | ||
|
|
||
| ### 2. `storefront_next_generate_page_designer_metadata` (STOREFRONTNEXT toolset) |
Contributor
There was a problem hiding this comment.
guessing this tool never existed?
Contributor
Author
There was a problem hiding this comment.
Right, the tool is not there and I will update the cartridge_deploy to run build first. Thanks for catching this.
Made-with: Cursor
…theme Made-with: Cursor
…ens) Made-with: Cursor
…refs for >50% similarity) Made-with: Cursor
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.
Summary
Renames MCP tools across the B2C DX MCP server for clearer, action-oriented naming. The changes affect the PWAV3, SCAPI, and STOREFRONTNEXT toolsets.
PWA Kit (PWAV3)
pwakit_development_guidelinespwakit_get_guidelinesSCAPI
scapi_custom_api_scaffoldscapi_custom_api_generate_scaffoldscapi_custom_apis_statusscapi_custom_apis_get_statusStorefront Next (STOREFRONTNEXT)
storefront_next_page_designer_decoratorsfnext_add_page_designer_decoratorstorefront_next_generate_componentsfnext_analyze_componentstorefront_next_site_themingsfnext_configure_themestorefront_next_development_guidelinessfnext_get_guidelinesstorefront_next_figma_to_component_workflowsfnext_start_figma_workflowstorefront_next_map_tokens_to_themesfnext_match_tokens_to_themeNaming Conventions Applied
get_,generate_,add_,configure_,start_,analyze_,match_storefront_next_→sfnext_for Storefront Next toolsmap_tokens_to_theme→match_tokens_to_theme(reflects matching/suggestions, not direct mapping)Files Changed
docs/mcp/,docs/.vitepress/packages/b2c-dx-mcp/src/tools/packages/b2c-dx-mcp/test/.changeset/mcp-tool-renames.mdTesting
Dependencies
3pl-approvedis set by a maintainerpnpm test)pnpm run format)