mirror of
https://github.com/docling-project/docling-mcp.git
synced 2026-05-17 13:10:50 +00:00
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:
@@ -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).
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user