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 8985be6 commit 1ed72ddCopy full SHA for 1ed72dd
README.md
@@ -51,6 +51,13 @@ Examples working
51
composer require mcp/sdk
52
```
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,
58
+```
59
+
60
61
## ⚡ Quick Start: Stdio Server with Discovery
62
63
This example demonstrates the most common usage pattern - a `stdio` server using attribute discovery.
0 commit comments