mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 03:10:34 +00:00
[release]
This commit is contained in:
@@ -73,7 +73,7 @@ public class AppMcpServer {
|
||||
mutationTools.add(McpTools.runCommand());
|
||||
mutationTools.add(McpTools.runScript());
|
||||
mutationTools.add(McpTools.toggleState());
|
||||
readOnlyTools.add(McpTools.callApi());
|
||||
mutationTools.add(McpTools.callApi());
|
||||
|
||||
for (McpServerFeatures.SyncToolSpecification readOnlyTool : readOnlyTools) {
|
||||
syncServer.addTool(readOnlyTool);
|
||||
|
||||
@@ -107,6 +107,7 @@ public final class AppPrefs {
|
||||
.build());
|
||||
final BooleanProperty hideVaultEntryNames = map(Mapping.builder()
|
||||
.property(new GlobalBooleanProperty(false))
|
||||
.vaultSpecific(true)
|
||||
.key("hideVaultEntryNames")
|
||||
.valueClass(Boolean.class)
|
||||
.requiresRestart(false)
|
||||
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
- Add setting to hide connection names from git vault when the entire vault encryption was enabled
|
||||
- Add new MCP server endpoint call_api to send requests to the HTTP API via MCP
|
||||
- Fix various incus/LXD actions being broken when using multiple projects
|
||||
- Fix choco update check being broken on Windows
|
||||
- Fix bitwarden sync button staying disabled after sync failure
|
||||
- Fix NullPointer for PsSessions when no gateway was set
|
||||
- Fix zellij being launched with wrong TERM environment variable
|
||||
- Fix various NullPointers
|
||||
Reference in New Issue
Block a user