Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 0c7ca3b

Browse files
authored
chore!: PHP LLM becomes Symfony AI (#32)
1 parent 03d0a33 commit 0c7ca3b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Model Context Protocol PHP SDK [WIP]
22

3+
> [!IMPORTANT]
4+
> **PHP LLM becomes Symfony AI** - this project moved to [github.com/symfony/ai](https://github.com/symfony/ai).
5+
> Please use the new repository for all future development, issues, and contributions.
6+
> Thanks for your contributions - we hope to see you at Symfony AI!
7+
38
Model Context Protocol SDK for Client and Server applications in PHP.
49
**Currently only support Tool Calls as Server via Server-Sent Events (SSE) and STDIO.**
510

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"email": "[email protected]"
1414
}
1515
],
16+
"abandoned": "symfony/mcp-sdk",
1617
"require": {
1718
"php": "^8.2",
1819
"psr/log": "^3.0",

0 commit comments

Comments
 (0)