Compare commits

..
Author SHA1 Message Date
github-action[bot]andgithub-action[bot] 603e85a508 Create Flex endpoint 2026-08-31 06:25:41 +00:00
2 changed files with 16 additions and 13 deletions
+2 -2
View File
@@ -12,9 +12,9 @@
"_links": { "_links": {
"repository": "github.com/symfony/recipes-contrib", "repository": "github.com/symfony/recipes-contrib",
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main", "origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2034/{package_dotted}.{version}.json", "recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2039/{package_dotted}.{version}.json",
"recipe_template_relative": "{package_dotted}.{version}.json", "recipe_template_relative": "{package_dotted}.{version}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2034/archived/{package_dotted}/{ref}.json", "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2039/archived/{package_dotted}/{ref}.json",
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
} }
} }
+14 -11
View File
@@ -87,16 +87,19 @@
"# ownership of a file that is not ours.", "# ownership of a file that is not ours.",
"", "",
"mcp:", "mcp:",
" http:", " servers:",
" # DNS rebinding protection. Left unset it accepts localhost only, so a server", " # The server SuluMcpBundle prepends; its remaining options are set there.",
" # reachable under its own domain answers every request with \"403 Forbidden:", " sulu:",
" # Invalid Host header.\" after the OAuth handshake already succeeded, and without", " http:",
" # writing anything to the log. Hosts carry no port.", " # DNS rebinding protection. Left unset it accepts localhost only, so a server",
" allowed_hosts:", " # reachable under its own domain answers every request with \"403 Forbidden:",
" - '%env(key:host:url:SULU_MCP_SERVER_URL)%'", " # Invalid Host header.\" after the OAuth handshake already succeeded, and without",
" - localhost", " # writing anything to the log. Hosts carry no port.",
" - 127.0.0.1", " allowed_hosts:",
" - '[::1]'", " - '%env(key:host:url:SULU_MCP_SERVER_URL)%'",
" - localhost",
" - 127.0.0.1",
" - '[::1]'",
"", "",
"league_oauth2_server:", "league_oauth2_server:",
" scopes:", " scopes:",
@@ -131,7 +134,7 @@
"executable": false "executable": false
} }
}, },
"ref": "82ffa93812d4dff9e9d5673751749ddc8f65b46c" "ref": "5c8da8c17e2a8976aac6614c4fbdbc3ce841eb06"
} }
} }
} }