From b2ad779bcde6c70f85b497c21b811f2eecf11f3a Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 4 Sep 2025 17:19:04 +0200 Subject: [PATCH 1/2] Fix JSON formatting and clean up PHP code snippet --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5f52488..6c04bbdc 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ composer require mcp/sdk Since this package has no tagged releases yet, it is required to extend your `composer.json`: ```json - "minimum-stability": "dev", - "prefer-stable": true, +"minimum-stability": "dev", +"prefer-stable": true ``` ## ⚡ Quick Start: Stdio Server with Discovery @@ -66,8 +66,6 @@ This example demonstrates the most common usage pattern - a `stdio` server using Create `src/CalculatorElements.php`: ```php - Date: Thu, 4 Sep 2025 21:23:31 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c04bbdc..2259a263 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ This example demonstrates the most common usage pattern - a `stdio` server using Create `src/CalculatorElements.php`: ```php +