Skip to content

feat: add privacy_policies field to manifest schema - #99

Merged
joan-anthropic merged 4 commits into
mainfrom
feat/add-privacy-policies-to-manifest
Sep 12, 2025
Merged

feat: add privacy_policies field to manifest schema#99
joan-anthropic merged 4 commits into
mainfrom
feat/add-privacy-policies-to-manifest

Conversation

@joan-anthropic

Copy link
Copy Markdown
Contributor

Summary

  • Add optional privacy_policies array field to manifest.json schema
  • Update all example manifests with empty privacy_policies arrays
  • Document the new field in MANIFEST.md

Details

This PR introduces a new optional field privacy_policies to the MCPB manifest schema. This field allows extension developers to provide URLs to their privacy policy documents, helping users understand how their data is handled by the extension.

Changes:

  • Updated schema in /src/schemas.ts to include the new field
  • Added empty privacy_policies arrays to all example manifests
  • Updated documentation to describe the new field and include it in examples

Add optional privacy_policies array field to manifest.json that allows
developers to declare their data handling practices. This field accepts
an array of privacy policy statements that describe how the extension
collects, uses, and protects user data.

- Update manifest schema to include privacy_policies field
- Add empty privacy_policies array to all example manifests
- Document the new field in MANIFEST.md
Simplify the privacy_policies field example in the documentation to
show a single privacy policy URL.
Update the privacy_policies field description to be more specific about
its purpose - linking to privacy policies of external services that
handle user data, as required for extensions connecting to first- or
third-party services.
Update manifest spec version from 0.1 to 0.2 to reflect the addition
of the privacy_policies field. Update last updated date to current date.
@joan-anthropic
joan-anthropic merged commit b991c5f into main Sep 12, 2025
6 checks passed
bryan-anthropic pushed a commit to bryan-anthropic/mcpb that referenced this pull request Oct 28, 2025
…rivacy-policies-to-manifest

feat: add privacy_policies field to manifest schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants