Skip to content

Commit 1ed72dd

Browse files
authored
Add note about minimum stability to README
1 parent 8985be6 commit 1ed72dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ 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+
60+
5461
## ⚡ Quick Start: Stdio Server with Discovery
5562

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

0 commit comments

Comments
 (0)