File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
kotlin-sdk-core/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
178
178
Method .Defined .NotificationsMessage .value -> LoggingMessageNotification .serializer()
179
179
Method .Defined .NotificationsResourcesUpdated .value -> ResourceUpdatedNotification .serializer()
180
180
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()
183
183
else -> null
184
184
}
185
185
}
You can’t perform that action at this time.
0 commit comments