diff --git a/productowner-ro/symfony-profiler-mcp/0.1/config/packages/symfony_profiler_mcp.yaml b/productowner-ro/symfony-profiler-mcp/0.1/config/packages/symfony_profiler_mcp.yaml new file mode 100644 index 00000000..60ee1292 --- /dev/null +++ b/productowner-ro/symfony-profiler-mcp/0.1/config/packages/symfony_profiler_mcp.yaml @@ -0,0 +1,5 @@ +when@dev: + mcp: + client_transports: + stdio: true + http: true diff --git a/productowner-ro/symfony-profiler-mcp/0.1/config/routes/symfony_profiler_mcp.yaml b/productowner-ro/symfony-profiler-mcp/0.1/config/routes/symfony_profiler_mcp.yaml new file mode 100644 index 00000000..1cd11e70 --- /dev/null +++ b/productowner-ro/symfony-profiler-mcp/0.1/config/routes/symfony_profiler_mcp.yaml @@ -0,0 +1,4 @@ +when@dev: + mcp: + resource: . + type: mcp diff --git a/productowner-ro/symfony-profiler-mcp/0.1/manifest.json b/productowner-ro/symfony-profiler-mcp/0.1/manifest.json new file mode 100644 index 00000000..358174cb --- /dev/null +++ b/productowner-ro/symfony-profiler-mcp/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "ProductOwner\\SymfonyProfilerMcp\\SymfonyProfilerMcpBundle": ["dev"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}