Skip to content

Commit 4fef07d

Browse files
authored
Add note about minimum stability to README (#21)
* Add note about minimum stability to README * Remove unnecessary blank line.
1 parent 8985be6 commit 4fef07d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ Examples working
5151
composer require mcp/sdk
5252
```
5353

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,
58+
```
59+
5460
## ⚡ Quick Start: Stdio Server with Discovery
5561

5662
This example demonstrates the most common usage pattern - a `stdio` server using attribute discovery.

0 commit comments

Comments
 (0)