From 891b8eaac11d030898f63cc0d1a4626a3c519362 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Tue, 1 Apr 2025 00:43:13 +0200 Subject: [PATCH] docs: add disclaimer and bundle info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b96ad9a..21905fd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Model Context Protocol PHP SDK [WIP] Model Context Protocol SDK for Client and Server applications in PHP. +**Currently only support Tool Calls as Server via Server-Sent Events (SSE) and STDIO.** -See [Demo App](https://github.com/php-llm/mcp-demo) for a working example. +See [Demo App](https://github.com/php-llm/mcp-demo) for a working example and [MCP Bundle](https://github.com/php-llm/mcp-bundle) for Symfony integration. ## Installation