diff --git a/app/src/main/java/io/xpipe/app/beacon/mcp/McpTools.java b/app/src/main/java/io/xpipe/app/beacon/mcp/McpTools.java index e7269bbf2..24929e3e3 100644 --- a/app/src/main/java/io/xpipe/app/beacon/mcp/McpTools.java +++ b/app/src/main/java/io/xpipe/app/beacon/mcp/McpTools.java @@ -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()) diff --git a/dist/changelog/23.7.md b/dist/changelog/23.7.md new file mode 100644 index 000000000..f89985937 --- /dev/null +++ b/dist/changelog/23.7.md @@ -0,0 +1,6 @@ +- Fix netbird integration failing for new netbird CLI version +- Fix performance mode on macOS not properly improving performance +- Fix MCP threading issues causing various errors +- Add workaround when zellij multiplexer freezes +- Adjust oh-my-posh install to not require unzip package to be installed on the remote system +- Add check and error messages for a noexec file system for starship and oh-my-posh prompts