Build MCP server usecase personas#2360
Open
Su (sushmangupta) wants to merge 1 commit into
Open
Conversation
Developer Docs healthcheckStatus: Completed with |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new documentation tutorial (“Build an AI Merchant Assistant”) for using the Shopware Admin MCP Server, and updates the MCP ecosystem list to include the shopware-admin-mcp repository.
Changes:
- Added
sample-implementation.mdtutorial describing an end-to-end “merchant assistant” use case and safe write-operation flow. - Updated MCP ecosystem table to list the
shopware-admin-mcprepository.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| products/tools/mcp-server/sample-implementation.md | New tutorial page describing how to build a merchant assistant using the Shopware Admin MCP Server. |
| products/tools/mcp-server/index.md | Adds shopware-admin-mcp to the MCP ecosystem repository list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| Because the assistant communicates through the Shopware MCP Server, all requests follow Shopware's authentication, authorization, and extension mechanisms. | ||
|
|
||
| # What you'll build |
| - Install the Shopware Admin MCP Server | ||
| - Configure Authentication | ||
|
|
||
| # Step 1 — Install the Shopware Admin MCP Server |
Comment on lines
+21
to
+24
| - Retrieve Shopware entities | ||
| - Execute merchant operations | ||
| - Abide Shopware ACL permissions | ||
| - Execute write operations safely |
Comment on lines
+1
to
+6
| --- | ||
| nav: | ||
| title: Build an AI Merchant Assistant | ||
| position: 15 | ||
|
|
||
| --- |
Comment on lines
+148
to
+153
| # Step 6 — Execute write operations safely | ||
|
|
||
| Write operations support **Dry Run** mode. | ||
|
|
||
| Before updating Shopware data, execute the operation in Dry Run mode to validate: | ||
|
|
Comment on lines
+213
to
+218
| | Repository | Purpose | | ||
| |------------|---------| | ||
| | `shopware/shopware` | Core Shopware platform | | ||
| | `shopware-admin-mcp` | Shopware Admin MCP Server | | ||
| | `SwagMcpMerchantTools` | Merchant-specific MCP capabilities | | ||
| | `SwagMcpDevTools` | Development and debugging tools | |
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
Related links
Checklist
PageRefreferences where relevant..gitbook.yamlif pages were moved, renamed, or deleted..wordlist.txt(and sorted it) if spellcheck flags new legitimate terms.Notes