pabal-store-api-mcp 1.2.1 → 1.2.2

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.
@@ -7,7 +7,7 @@ import { ConfigError } from "./errors.js";
7
7
  import { DATA_DIR_ENV_KEY } from "./constants.js";
8
8
  import { appStoreSchema, playStoreSchema } from "./schemas.js";
9
9
  // Config paths
10
- const CONFIG_DIR = join(homedir(), ".config", "pabal-store-api-mcp");
10
+ const CONFIG_DIR = join(homedir(), ".config", "pabal-mcp");
11
11
  const CONFIG_PATH = join(CONFIG_DIR, "config.json");
12
12
  // Security: recommended permissions
13
13
  const RECOMMENDED_DIR_MODE = 0o700; // drwx------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pabal-store-api-mcp",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "MCP server for App Store / Play Store ASO workflows",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",