We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fef07d commit b2ad779Copy full SHA for b2ad779
README.md
@@ -53,8 +53,8 @@ composer require mcp/sdk
53
54
Since this package has no tagged releases yet, it is required to extend your `composer.json`:
55
```json
56
- "minimum-stability": "dev",
57
- "prefer-stable": true,
+"minimum-stability": "dev",
+"prefer-stable": true
58
```
59
60
## ⚡ Quick Start: Stdio Server with Discovery
@@ -66,8 +66,6 @@ This example demonstrates the most common usage pattern - a `stdio` server using
66
Create `src/CalculatorElements.php`:
67
68
```php
69
-<?php
70
-
71
namespace App;
72
73
use PhpMcp\Server\Attributes\McpTool;
0 commit comments