File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ internal fun selectServerNotificationDeserializer(element: JsonElement): Deseria
178178 Method .Defined .NotificationsMessage .value -> LoggingMessageNotification .serializer()
179179 Method .Defined .NotificationsResourcesUpdated .value -> ResourceUpdatedNotification .serializer()
180180 Method .Defined .NotificationsResourcesListChanged .value -> ResourceListChangedNotification .serializer()
181- Method .Defined .ToolsList .value -> ToolListChangedNotification .serializer()
182- Method .Defined .PromptsList .value -> PromptListChangedNotification .serializer()
181+ Method .Defined .NotificationsToolsListChanged .value -> ToolListChangedNotification .serializer()
182+ Method .Defined .NotificationsPromptsListChanged .value -> PromptListChangedNotification .serializer()
183183 else -> null
184184 }
185185}
You can’t perform that action at this time.
0 commit comments