Release version 0.1.4 with complete npm package fixes

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 <noreply@anthropic.com>
This commit is contained in:
kappa
2025-08-10 20:40:47 +09:00
parent bd1474a9fe
commit 05fa1e110e

View File

@@ -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",