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: [