mindpm 1.2.5 → 1.2.6

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/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -920,8 +920,7 @@ function openBrowser(url) {
920
920
  var __filename = fileURLToPath(import.meta.url);
921
921
  var __dirname = dirname2(__filename);
922
922
  function resolveStaticDir() {
923
- const scriptDir = dirname2(process.argv[1] || __filename);
924
- return join(scriptDir, "ui");
923
+ return join(__dirname, "ui");
925
924
  }
926
925
  var MIME_TYPES = {
927
926
  ".html": "text/html; charset=utf-8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindpm",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Persistent project memory for LLMs via MCP. Never re-explain your project again.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",