Skip to content

Add recipe for productowner-ro/symfony-profiler-mcp 0.1#1962

Open
gabiudrescu wants to merge 3 commits intosymfony:mainfrom
gabiudrescu:productowner-ro/symfony-profiler-mcp/0.1
Open

Add recipe for productowner-ro/symfony-profiler-mcp 0.1#1962
gabiudrescu wants to merge 3 commits intosymfony:mainfrom
gabiudrescu:productowner-ro/symfony-profiler-mcp/0.1

Conversation

@gabiudrescu
Copy link
Copy Markdown

Q A
License MIT
Packagist https://packagist.org/packages/productowner-ro/symfony-profiler-mcp

What

Adds a Symfony Flex recipe for productowner-ro/symfony-profiler-mcp — a Symfony bundle that exposes profiler data to AI-powered IDEs via MCP protocol.

Why

symfony/mcp-bundle ships with all transports disabled by default (client_transports.stdio: false, client_transports.http: false). Without explicit configuration, neither bin/console mcp:server nor the /_mcp HTTP endpoint is available after install.

This recipe creates the necessary config files so the bundle works out of the box.

Recipe contents

  • manifest.json — registers SymfonyProfilerMcpBundle for dev environment
  • config/packages/symfony_profiler_mcp.yaml — enables stdio and http transports in dev
  • config/routes/symfony_profiler_mcp.yaml — registers MCP routes in dev

Registers the bundle for dev environment and creates config files
to enable symfony/mcp-bundle transports (stdio + http) and routes.

Without this recipe, symfony/mcp-bundle's transports are disabled
by default, leaving neither `bin/console mcp:server` nor `/_mcp`
available after install.
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) March 26, 2026 13:57
@github-actions
Copy link
Copy Markdown

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-1962/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1962/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'productowner-ro/symfony-profiler-mcp:^0.1'
  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.

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.

1 participant