fix: add privacy policies in mcpb (#75)

add privacy policies in mcpb

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-09-26 02:52:01 -04:00
committed by GitHub
parent 6749f25a4b
commit 119c3b84e0
2 changed files with 32 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# Privacy Policy
Last updated: 2025-09-26
## Overview
This application is designed with privacy in mind. We do not collect, transmit, or store any personal information outside your device. All functionality is executed locally.
## Data Handling
- **Data Collection**: We do not collect any personal or usage data.
- **Data Storage**: No data is stored outside of your local environment.
- **Data Transmission**: No information is sent to external servers or third parties.
## Local Execution
All execution happens **entirely on your device**. The application operates without relying on remote services or external APIs.
## Third Parties
We do not share any information with third parties, as no data ever leaves your system.
## Changes to This Policy
We may update this privacy policy from time to time. Any changes will be clearly indicated in the version linked from the manifest.
## Contact
If you have any questions about this Privacy Policy, please contact the Docling Maintainers: [docling-community](https://github.com/docling-project/community).
+1
View File
@@ -65,6 +65,7 @@
"creation"
],
"license": "MIT",
"privacy_policies": ["https://github.com/docling-project/docling-mcp/blob/main/docs/PRIVACY.md"],
"repository": {
"type": "git",
"url": "https://github.com/docling-project/docling-mcp"