Skip to content

Commit a69cd43

Browse files
Copilotsoyuka
andauthored
Fix MCP installation docs: correct packages for Symfony and Laravel (#2266)
* Initial plan * Fix MCP docs: Symfony needs api-platform/mcp, Laravel doesn't need explicit symfony/mcp-bundle Co-authored-by: soyuka <1321971+soyuka@users.noreply.github.com> * Fix MCP install docs: restore MCP Bundle link, update Laravel command, remove 'optional' text Co-authored-by: soyuka <1321971+soyuka@users.noreply.github.com> * Fix MCP docs: both Symfony and Laravel require api-platform/mcp and symfony/mcp-bundle Co-authored-by: soyuka <1321971+soyuka@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: soyuka <1321971+soyuka@users.noreply.github.com>
1 parent 98955b2 commit a69cd43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/mcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ validation, serialization — to turn your PHP classes into MCP-compliant tool d
1414

1515
### Symfony
1616

17-
Install the [MCP Bundle](https://github.com/symfony-tools/mcp-bundle):
17+
Install `api-platform/mcp` and the [MCP Bundle](https://github.com/symfony-tools/mcp-bundle):
1818

1919
```console
20-
composer require symfony/mcp-bundle
20+
composer require api-platform/mcp symfony/mcp-bundle
2121
```
2222

2323
### Laravel
2424

25-
MCP support is optional in Laravel. Install the required packages:
25+
Install `api-platform/mcp` and the [MCP Bundle](https://github.com/symfony-tools/mcp-bundle):
2626

2727
```console
2828
composer require api-platform/mcp symfony/mcp-bundle

0 commit comments

Comments
 (0)