@172ai/containers-mcp-server 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli-tool.js +1 -1
  2. package/package.json +1 -1
package/dist/cli-tool.js CHANGED
@@ -493,7 +493,7 @@ program
493
493
  program
494
494
  .name('containers-cli')
495
495
  .description('172.ai Container Management CLI Tool')
496
- .version('1.0.16')
496
+ .version('1.0.17')
497
497
  .option('-c, --config <path>', 'Path to config file')
498
498
  .option('-v, --verbose', 'Verbose output')
499
499
  .hook('preAction', async (thisCommand, actionCommand) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@172ai/containers-mcp-server",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "MCP server for 172.ai container management platform - enables AI assistants to manage containers, builds, and files",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {