From 08350c8791eef4abd5626a0ba30d30cc34788c32 Mon Sep 17 00:00:00 2001 From: kappa Date: Sun, 10 Aug 2025 20:19:38 +0900 Subject: [PATCH] Fix incus_show_instance command: change 'show' to 'info' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace non-existent 'incus show' command with 'incus info' - Remove --format json flag as incus info doesn't support it - Bump version to 0.1.1 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1addb2d..073dfd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ironclads/incus-mcp", - "version": "0.1.0", + "version": "0.1.1", "description": "MCP server for Incus container management", "main": "build/index.js", "type": "module", diff --git a/src/index.ts b/src/index.ts index 593ae84..a6af6a1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -149,7 +149,7 @@ class IncusServer { }).parse(args); const instanceName = remote ? `${remote}:${name}` : name; - const output = await execIncusCommand(['show', instanceName, '--format', 'json']); + const output = await execIncusCommand(['info', instanceName]); return { content: [