@vfarcic/dot-ai 0.21.0 → 0.22.0

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.
@@ -26,8 +26,8 @@ function getVersionInfo() {
26
26
  let packageJson;
27
27
  try {
28
28
  // Get the directory where this module is installed
29
- // __dirname points to the compiled JS location, go up to find package.json
30
- const mcpServerDir = (0, path_1.join)(__dirname, '..');
29
+ // __dirname points to the compiled JS location (dist/tools/), go up two levels to find package.json
30
+ const mcpServerDir = (0, path_1.join)(__dirname, '..', '..');
31
31
  const packageJsonPath = (0, path_1.join)(mcpServerDir, 'package.json');
32
32
  packageJson = JSON.parse((0, fs_1.readFileSync)(packageJsonPath, 'utf8'));
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vfarcic/dot-ai",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "Universal Kubernetes application deployment agent with CLI and MCP interfaces",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",