Files
symfony-flex-recipes/symfony.mcp-bundle.0.13.json
T
github-action[bot]andgithub-action[bot] 2efea87e72 Create Flex endpoint
2026-09-09 15:40:47 +00:00

39 lines
1.1 KiB
JSON

{
"manifests": {
"symfony/mcp-bundle": {
"manifest": {
"bundles": {
"Symfony\\AI\\McpBundle\\McpBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/mcp.yaml": {
"contents": [
"mcp:",
" servers:",
" default:",
" registry: '*'",
""
],
"executable": false
},
"config/routes/mcp.yaml": {
"contents": [
"mcp:",
" resource: .",
" type: mcp",
""
],
"executable": false
}
},
"ref": "ed0ee988d7c9d19a2e04253c3cbccd0d1f30b238"
}
}
}