Skip to content

Commit 4f0fb2a

Browse files
committed
document mcp installation laravel api-platform/core#7828
1 parent 925f3b6 commit 4f0fb2a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

core/mcp.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,22 @@ validation, serialization — to turn your PHP classes into MCP-compliant tool d
1212
1313
## Installation
1414

15+
### Symfony
16+
1517
Install the [MCP Bundle](https://github.com/symfony-tools/mcp-bundle):
1618

1719
```console
1820
composer require symfony/mcp-bundle
1921
```
2022

23+
### Laravel
24+
25+
MCP support is optional in Laravel. Install the required packages:
26+
27+
```console
28+
composer require api-platform/mcp symfony/mcp-bundle symfony/object-mapper
29+
```
30+
2131
## Configuring the MCP Server
2232

2333
### Symfony

0 commit comments

Comments
 (0)