Merged
Conversation
patricksullivansf
approved these changes
Feb 26, 2026
Contributor
patricksullivansf
left a comment
There was a problem hiding this comment.
Tested locally and links work. Page content looks good. Minor suggestions.
Comment on lines
+94
to
+100
| ## Content Structure | ||
|
|
||
| Content is loaded from markdown files in the MCP package (`packages/b2c-dx-mcp/content/pwav3/`). Each section is a separate file (~100–200 lines), enabling: | ||
|
|
||
| - **Token efficiency**: Returns only relevant content (200–500 lines vs 20K+ full doc). | ||
| - **Modular access**: Request specific sections as needed. | ||
| - **Multi-select**: Combine related sections in a single call for contextual learning. |
Contributor
There was a problem hiding this comment.
This might be an internal implementation detail? If so I would recommend removing it from these user facing docs.
Comment on lines
+97
to
+103
| ## Content Structure | ||
|
|
||
| Content is loaded from markdown files in the MCP package (`packages/b2c-dx-mcp/content/sfnext/`). Each section is a separate file (~100–200 lines), enabling: | ||
|
|
||
| - **Token efficiency**: Returns only relevant content (200–500 lines vs 20K+ full doc). | ||
| - **Modular access**: Request specific sections as needed. | ||
| - **Multi-select**: Combine related sections in a single call for contextual learning. |
Contributor
There was a problem hiding this comment.
same suggestion, is this user facing?
| |---------|----------------| | ||
| | `quick-reference` | Critical rules, architecture principles, quick patterns | | ||
| | `components` | Component patterns, Chakra UI, special components (_app, _app-config, _error), React Hooks | | ||
| | `data-fetching` | commerce-sdk-react hooks, useCustomQuery/useCustomMutation, React Query, custom APIs, caching | |
Contributor
There was a problem hiding this comment.
Consider re-ordering these so the strange lack of starting capitalization relative to other lists is avoided.
| | `state-management` | State management patterns | | ||
| | `auth` | Authentication and session management | | ||
| | `config` | Configuration system | | ||
| | `i18n` | i18n patterns and internationalization | |
Contributor
There was a problem hiding this comment.
this one also has odd capitalization, but I've no suggestion about mitigating it.
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
Update MCP docs to:
Testing
Dependencies
3pl-approvedis set by a maintainerpnpm test)pnpm run format)