Skip to content

Add sylius/mcp-server-plugin 0.2 recipe#1930

Merged
symfony-recipes-bot merged 1 commit intosymfony:mainfrom
camilleislasse:sylius-mcp-server-plugin-0.2
Jan 29, 2026
Merged

Add sylius/mcp-server-plugin 0.2 recipe#1930
symfony-recipes-bot merged 1 commit intosymfony:mainfrom
camilleislasse:sylius-mcp-server-plugin-0.2

Conversation

@camilleislasse
Copy link
Contributor

@camilleislasse camilleislasse commented Jan 29, 2026

Q A
License MIT
Packagist https://packagist.org/packages/sylius/mcp-server-plugin

Adds routes import for version 0.2 (migration to symfony/mcp-bundle).

Related PR: Sylius/McpServerPlugin#4

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) January 29, 2026 07:21
@github-actions
Copy link

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1930/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1930/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'sylius/mcp-server-plugin:^0.2'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

sylius/mcp-server-plugin

0.1 vs 0.2
diff --git a/sylius/mcp-server-plugin/0.2/config/routes/sylius_mcp_server.yaml b/sylius/mcp-server-plugin/0.2/config/routes/sylius_mcp_server.yaml
new file mode 100644
index 00000000..85898b1c
--- /dev/null
+++ b/sylius/mcp-server-plugin/0.2/config/routes/sylius_mcp_server.yaml
@@ -0,0 +1,2 @@
+sylius_mcp_server:
+    resource: '@SyliusMcpServerPlugin/config/routes.yaml'

@symfony-recipes-bot symfony-recipes-bot merged commit 90e1820 into symfony:main Jan 29, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants