Skip to content

Commit 3fdaa76

Browse files
Add video on mcp server (#2378)
* Add video on mcp server * Fix MD004 lint error: use dashes instead of asterisks for unordered list --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent fd823eb commit 3fdaa76

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

products/tools/mcp-server/getting-started.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ SHOPWARE_SECRET_ACCESS_KEY=...
4444
The `--admin` flag grants full Admin API access. For production use, omit `--admin`, create a dedicated ACL role with only the required permissions, and assign it to the integration. See [Configuration](./configuration.md#acl-and-permissions) for details.
4545
:::
4646

47+
<YoutubeRef video="cjk7nTa1O6I" title="How to Connect AI agent to Shopware Using the MCP Server | Step-by-Step Tutorial" target="_blank" />
48+
4749
## Step 3: Configure your AI client
4850

4951
### Claude Desktop and Cursor
@@ -165,6 +167,20 @@ When a tool is enabled, its declared dependencies are automatically included. Fo
165167

166168
See [Configuration](./configuration.md) for the global `allowed_tools` safety switch, the full per-principal allowlist reference, and session store options.
167169

170+
## Try your first prompts
171+
172+
Your AI client is now connected to Shopware. Try a few prompts to verify that the MCP server is working correctly.
173+
174+
For example:
175+
176+
- Show all products in my store.
177+
- Find products with stock below five units.
178+
- Find all active products without descriptions.
179+
- Generate SEO-friendly meta titles for your products (eg, guitars)
180+
- Increase prices of products in a specific category by 5%. Show a preview before applying the changes.
181+
182+
If the AI can retrieve data and respond to these requests, your integration is ready to use.
183+
168184
## Next steps
169185

170186
- [Tools Reference](./tools-reference.md): explore all built-in tools and resources

0 commit comments

Comments
 (0)