Update changelog

This commit is contained in:
crschnick
2026-07-10 05:22:49 +00:00
parent cbd52ed952
commit 2a4895ddef
2 changed files with 7 additions and 5 deletions
@@ -143,11 +143,7 @@ public final class McpTools {
}
var wrapper = StoreViewState.get().getEntryWrapper(e);
var section = StoreViewState.get()
.getSectionForWrapper(wrapper);
var info = section.isPresent()
? wrapper.getShownInformation().getValue()
: null;
var info = wrapper.getShownInformation().getValue();
var r = ConnectionResource.builder()
.name(e.getName())