From 05fa1e110eab46d258c84f823f3e3ee8a50290fa Mon Sep 17 00:00:00 2001 From: kappa Date: Sun, 10 Aug 2025 20:40:47 +0900 Subject: [PATCH] Release version 0.1.4 with complete npm package fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Final version with all npm compatibility issues resolved: - Modern ES module exports configuration - Optimized file inclusion for smaller package size - Full MCP integration testing completed - Ready for production use 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 278b8f2..30dfc6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ironclads/incus-mcp", - "version": "0.1.3", + "version": "0.1.4", "description": "MCP server for Incus container management", "main": "build/index.js", "type": "module",