pabal-resource-mcp 1.5.8 → 1.5.9

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.
@@ -4315,6 +4315,11 @@ async function handleInitProject(input) {
4315
4315
  "Use pabal-resource-mcp 'public-to-aso' with dryRun=true to validate structure and build pushData before uploading via store tooling."
4316
4316
  );
4317
4317
  lines.push("");
4318
+ lines.push("Step 4: Create Privacy Policy and Terms of Use (if needed)");
4319
+ lines.push(
4320
+ "If Privacy Policy and Terms of Use need to be created, generate them at [App Privacy Policy Generator](https://app-privacy-policy-generator.firebaseapp.com/) and save as markdown files."
4321
+ );
4322
+ lines.push("");
4318
4323
  lines.push("Notes:");
4319
4324
  lines.push(
4320
4325
  "- This tool is read-only; it does not write files or call pabal-store-api-mcp."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pabal-resource-mcp",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "type": "module",
5
5
  "description": "MCP server for ASO data management with shared types and utilities",
6
6
  "author": "skyu",