mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"sylius/mcp-server-plugin": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Sylius\\McpServerPlugin\\SyliusMcpServerPlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/sylius_mcp_server.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: \"@SyliusMcpServerPlugin/config/config.yaml\" }",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/sylius_mcp_server.yaml": {
|
|
"contents": [
|
|
"sylius_mcp_server:",
|
|
" resource: '@SyliusMcpServerPlugin/config/routes.yaml'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "1ccb034e56b124ade1afbf8dfda5eb78697623ff"
|
|
}
|
|
}
|
|
}
|