mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Create Flex endpoint
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"aliases": {
|
||||
"mcp-bundle": "symfony/mcp-bundle",
|
||||
"mcpbundle": "symfony/mcp-bundle"
|
||||
},
|
||||
"recipes": {
|
||||
"symfony/mcp-bundle": [
|
||||
"0.13"
|
||||
]
|
||||
},
|
||||
"recipe-conflicts": [],
|
||||
"versions": [],
|
||||
"branch": "main",
|
||||
"is_contrib": false,
|
||||
"_links": {
|
||||
"repository": "github.com/symfony/recipes",
|
||||
"origin_template": "{package}:{version}@github.com/symfony/recipes:main",
|
||||
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1574/{package_dotted}.{version}.json",
|
||||
"recipe_template_relative": "{package_dotted}.{version}.json",
|
||||
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1574/archived/{package_dotted}/{ref}.json",
|
||||
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
||||
}
|
||||
}
|
||||
@@ -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