Skip to content

Commit b2ad779

Browse files
authored
Fix JSON formatting and clean up PHP code snippet
1 parent 4fef07d commit b2ad779

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ composer require mcp/sdk
5353

5454
Since this package has no tagged releases yet, it is required to extend your `composer.json`:
5555
```json
56-
"minimum-stability": "dev",
57-
"prefer-stable": true,
56+
"minimum-stability": "dev",
57+
"prefer-stable": true
5858
```
5959

6060
## ⚡ Quick Start: Stdio Server with Discovery
@@ -66,8 +66,6 @@ This example demonstrates the most common usage pattern - a `stdio` server using
6666
Create `src/CalculatorElements.php`:
6767

6868
```php
69-
<?php
70-
7169
namespace App;
7270

7371
use PhpMcp\Server\Attributes\McpTool;

0 commit comments

Comments
 (0)