Skip to content

Commit 14de46b

Browse files
committed
Add step to installation steps
1 parent 4bef262 commit 14de46b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ This installation instruction assumes that you're using Symfony Flex.
4040
composer require sylius/mcp-server-plugin
4141
```
4242

43+
2. Add configuration file `config/packages/sylius_mcp_server.yaml`:
44+
45+
```yaml
46+
imports:
47+
- { resource: "@SyliusMcpServerPlugin/config/config.yaml" }
48+
```
49+
4350
**Clear application cache by using command:**
4451
4552
```bash

0 commit comments

Comments
 (0)