From 425d8e7153b0a1277d2d0e479e9331b2b7e5cd24 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Wed, 16 Jul 2025 23:53:42 +0200 Subject: [PATCH] chore!: PHP LLM becomes Symfony AI --- README.md | 5 +++++ composer.json | 1 + 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 2a212bf..44be4f1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # MCP Bundle [WIP] +> [!IMPORTANT] +> **PHP LLM becomes Symfony AI** - this project moved to [github.com/symfony/ai](https://github.com/symfony/ai). +> Please use the new repository for all future development, issues, and contributions. +> Thanks for your contributions - we hope to see you at Symfony AI! + Symfony integration bundle for [Model Context Protocol](https://modelcontextprotocol.io/) using the unofficial PHP SDK [php-llm/mcp-sdk](https://github.com/php-llm/mcp-sdk) library. diff --git a/composer.json b/composer.json index f6aca4a..08f1efe 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "email": "mail@christopher-hertel.de" } ], + "abandoned": "symfony/mcp-bundle", "require": { "php-llm/mcp-sdk": "^0.1", "symfony/config": "^6.4 || ^7.0",