From 83c591f2ff8c537bfbf4ab770047f141f528c254 Mon Sep 17 00:00:00 2001 From: soyuka Date: Thu, 11 Jun 2026 18:22:46 +0200 Subject: [PATCH] docs(mcp): fix MCP Bundle link to symfony/ai The symfony-tools/mcp-bundle URL does not exist. The symfony/mcp-bundle package is a read-only subtree split of the symfony/ai monorepo, where issues and PRs are handled. --- core/mcp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/mcp.md b/core/mcp.md index 2a6482b9176..71392121b8f 100644 --- a/core/mcp.md +++ b/core/mcp.md @@ -14,7 +14,7 @@ validation, serialization — to turn your PHP classes into MCP-compliant tool d ### Installing on Symfony -Install `api-platform/mcp` and the [MCP Bundle](https://github.com/symfony-tools/mcp-bundle): +Install `api-platform/mcp` and the [MCP Bundle](https://github.com/symfony/ai): ```console composer require api-platform/mcp symfony/mcp-bundle @@ -22,7 +22,7 @@ composer require api-platform/mcp symfony/mcp-bundle ### Installing on Laravel -Install `api-platform/mcp` and the [MCP Bundle](https://github.com/symfony-tools/mcp-bundle): +Install `api-platform/mcp` and the [MCP Bundle](https://github.com/symfony/ai): ```console composer require api-platform/mcp symfony/mcp-bundle