mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
28 lines
824 B
JSON
28 lines
824 B
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
|
|
}
|
|
},
|
|
"ref": "125031aae2bdc7bdc24e9fc321dbfada3eebfac3"
|
|
}
|
|
}
|
|
}
|