5 Commits
Author SHA1 Message Date
Johannes WachterandGitHub 4b5ea11ed3 Update sulu/mcp-bundle recipe for symfony/mcp-bundle 0.13 (#2039)
symfony/mcp-bundle 0.13 replaced the single implicit server with named servers
under `mcp.servers`. sulu/mcp-bundle prepends one called `sulu`, so the
`allowed_hosts` this recipe writes moves under `mcp.servers.sulu.http`.
2026-08-31 14:16:28 +04:00
ff799e9363 Add recipe for sulu/mcp-bundle 1.0 (#2034)
* Add recipe for sulu/mcp-bundle 1.0

* Move the allowed hosts out of the recipe into its output

The released sulu/mcp-bundle 1.0.0-RC1 requires symfony/mcp-bundle ^0.6,
where mcp.http.allowed_hosts does not exist yet: it was added in 0.11.
Shipping the option as config broke cache:clear on every install.

* Contribute the allowed hosts and the default OAuth scopes

sulu/mcp-bundle 1.0.0-RC2 requires symfony/mcp-bundle ^0.12, so
mcp.http.allowed_hosts exists and the transport can be told its public
host. league requires scopes.default and the bundle leaves it to the
project, so the recipe contributes the two MCP scopes.

Both sections live in sulu_mcp.yaml rather than in the files those
bundles own, because Symfony merges configuration per extension.

---------

Co-authored-by: Johannes Wachter <wachter.johannes@gmail.com>
2026-08-28 12:00:00 +04:00
Johannes Wachter a280550b90 comment out the taxon adapter 2021-04-22 10:20:44 +02:00
Johannes Wachter 5dbd571338 add sulu/sylius-producer-plugin recipe 2021-04-22 08:42:37 +02:00
Johannes Wachter 777716b47c add sulu/sylius-consumer-bundle recipe 2021-04-22 08:39:58 +02:00