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 93d544e commit b308b1eCopy full SHA for b308b1e
kotlin-sdk-core/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/ExperimentalMcpApi.kt
@@ -35,7 +35,10 @@ import kotlin.annotation.AnnotationTarget.VALUE_PARAMETER
35
* - Property setters
36
* - Type aliases
37
*/
38
-@RequiresOptIn
+@RequiresOptIn(
39
+ message = "This API is experimental. It may be changed in the future without notice.",
40
+ level = RequiresOptIn.Level.WARNING,
41
+)
42
@MustBeDocumented
43
@Target(
44
CLASS,
0 commit comments