Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-04-08 20:19:17 +00:00
parent 3e8e7a8c77
commit aa7e93c4de
4 changed files with 84 additions and 0 deletions
+1
View File
@@ -529,6 +529,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [pms-nz/object-translation-bundle](https://packagist.org/packages/pms-nz/object-translation-bundle) | [1.0](../../../tree/main/pms-nz/object-translation-bundle/1.0) |
| [pomm-project/pomm-bundle](https://packagist.org/packages/pomm-project/pomm-bundle) | [2.3](../../../tree/main/pomm-project/pomm-bundle/2.3) |
| [pond5/async-request-bundle](https://packagist.org/packages/pond5/async-request-bundle) | [1.1](../../../tree/main/pond5/async-request-bundle/1.1) |
| [productowner-ro/symfony-profiler-mcp](https://packagist.org/packages/productowner-ro/symfony-profiler-mcp) | [0.1](../../../tree/main/productowner-ro/symfony-profiler-mcp/0.1) |
| [prolix/maintenance-bundle](https://packagist.org/packages/prolix/maintenance-bundle) | [2.1](../../../tree/main/prolix/maintenance-bundle/2.1) |
| [prooph/event-store-bus-bridge](https://packagist.org/packages/prooph/event-store-bus-bridge) | [3.1](../../../tree/main/prooph/event-store-bus-bridge/3.1) |
| [prooph/event-store-symfony-bundle](https://packagist.org/packages/prooph/event-store-symfony-bundle) | [0.10](../../../tree/main/prooph/event-store-symfony-bundle/0.10) |
@@ -0,0 +1,40 @@
{
"manifests": {
"productowner-ro/symfony-profiler-mcp": {
"manifest": {
"bundles": {
"ProductOwner\\SymfonyProfilerMcp\\SymfonyProfilerMcpBundle": [
"dev"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/symfony_profiler_mcp.yaml": {
"contents": [
"when@dev:",
" mcp:",
" client_transports:",
" stdio: true",
" http: true",
""
],
"executable": false
},
"config/routes/symfony_profiler_mcp.yaml": {
"contents": [
"when@dev:",
" mcp:",
" resource: .",
" type: mcp",
""
],
"executable": false
}
},
"ref": "ce020b35a6c21ebdadeec67353908003405422b9"
}
}
}
+3
View File
@@ -1690,6 +1690,9 @@
"pond5/async-request-bundle": [
"1.1"
],
"productowner-ro/symfony-profiler-mcp": [
"0.1"
],
"prolix/maintenance-bundle": [
"2.1"
],
@@ -0,0 +1,40 @@
{
"manifests": {
"productowner-ro/symfony-profiler-mcp": {
"manifest": {
"bundles": {
"ProductOwner\\SymfonyProfilerMcp\\SymfonyProfilerMcpBundle": [
"dev"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/symfony_profiler_mcp.yaml": {
"contents": [
"when@dev:",
" mcp:",
" client_transports:",
" stdio: true",
" http: true",
""
],
"executable": false
},
"config/routes/symfony_profiler_mcp.yaml": {
"contents": [
"when@dev:",
" mcp:",
" resource: .",
" type: mcp",
""
],
"executable": false
}
},
"ref": "ce020b35a6c21ebdadeec67353908003405422b9"
}
}
}