Add recipe for productowner-ro/symfony-profiler-mcp 0.1 (#1962)

* Add Symfony Flex recipe for productowner-ro/symfony-profiler-mcp 0.0

Registers the bundle for dev environment and creates config files
to enable symfony/mcp-bundle transports (stdio + http) and routes.

Without this recipe, symfony/mcp-bundle's transports are disabled
by default, leaving neither `bin/console mcp:server` nor `/_mcp`
available after install.

* fix: add trailing newlines to all recipe files

* fix: use recipe version 0.1 to match v0.1.0 release
This commit is contained in:
Gabi Udrescu
2026-04-09 00:09:37 +04:00
committed by GitHub
parent 0990bd8db2
commit cc0ba90128
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,5 @@
when@dev:
mcp:
client_transports:
stdio: true
http: true
@@ -0,0 +1,4 @@
when@dev:
mcp:
resource: .
type: mcp
@@ -0,0 +1,8 @@
{
"bundles": {
"ProductOwner\\SymfonyProfilerMcp\\SymfonyProfilerMcpBundle": ["dev"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}