mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-26 11:16:29 +00:00
Update changelog
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user