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 4fef07dCopy full SHA for 4fef07d
README.md
@@ -51,6 +51,12 @@ 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
## ⚡ Quick Start: Stdio Server with Discovery
61
62
This example demonstrates the most common usage pattern - a `stdio` server using attribute discovery.
0 commit comments