We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925f3b6 commit 4f0fb2aCopy full SHA for 4f0fb2a
core/mcp.md
@@ -12,12 +12,22 @@ validation, serialization — to turn your PHP classes into MCP-compliant tool d
12
13
## Installation
14
15
+### Symfony
16
+
17
Install the [MCP Bundle](https://github.com/symfony-tools/mcp-bundle):
18
19
```console
20
composer require symfony/mcp-bundle
21
```
22
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
31
## Configuring the MCP Server
32
33
### Symfony
0 commit comments