@@ -302,6 +302,7 @@ public data class JSONRPCError(val code: ErrorCode, val message: String, val dat
302302public sealed interface NotificationParams : WithMeta
303303
304304/* Cancellation */
305+
305306/* *
306307 * This notification can be sent by either side to indicate that it is cancelling a previously issued request.
307308 *
@@ -334,6 +335,7 @@ public data class CancelledNotification(override val params: Params) :
334335}
335336
336337/* Initialization */
338+
337339/* *
338340 * Describes the name and version of an MCP implementation.
339341 */
@@ -527,6 +529,7 @@ public data class InitializedNotification(override val params: Params = Params()
527529}
528530
529531/* Ping */
532+
530533/* *
531534 * A ping, issued by either the server or the client, to check that the other party is still alive.
532535 * The receiver must promptly respond, or else it may be disconnected.
@@ -560,6 +563,7 @@ public sealed interface ProgressBase {
560563}
561564
562565/* Progress notifications */
566+
563567/* *
564568 * Represents a progress notification.
565569 *
@@ -619,6 +623,7 @@ public data class ProgressNotification(override val params: Params) :
619623}
620624
621625/* Pagination */
626+
622627/* *
623628 * Represents a request supporting pagination.
624629 */
@@ -646,6 +651,7 @@ public sealed interface PaginatedResult : RequestResult {
646651}
647652
648653/* Resources */
654+
649655/* *
650656 * The contents of a specific resource or sub-resource.
651657 */
@@ -888,6 +894,7 @@ public data class ResourceUpdatedNotification(override val params: Params) : Ser
888894}
889895
890896/* Prompts */
897+
891898/* *
892899 * Describes an argument that a prompt can accept.
893900 */
@@ -1158,6 +1165,7 @@ public data class PromptListChangedNotification(override val params: Params = Pa
11581165}
11591166
11601167/* Tools */
1168+
11611169/* *
11621170 * Additional properties describing a Tool to clients.
11631171 *
@@ -1336,6 +1344,7 @@ public data class ToolListChangedNotification(override val params: Params = Para
13361344}
13371345
13381346/* Logging */
1347+
13391348/* *
13401349 * The severity of a log message.
13411350 */
@@ -1395,6 +1404,7 @@ public data class LoggingMessageNotification(override val params: Params) : Serv
13951404}
13961405
13971406/* Sampling */
1407+
13981408/* *
13991409 * Hints to use for model selection.
14001410 */
@@ -1639,6 +1649,7 @@ public data class CompleteResult(val completion: Completion, override val _meta:
16391649}
16401650
16411651/* Roots */
1652+
16421653/* *
16431654 * Represents a root directory or file that the server can operate on.
16441655 */
0 commit comments