mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 11:36:33 +03:00
Create Flex endpoint
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user