@f2c/mcp 0.3.3 → 0.3.4
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.
- package/README.md +3 -0
- package/dist/cli.js +16 -16
- package/dist/cli.js.map +6 -5
- package/dist/stdio.js +16 -16
- package/dist/stdio.js.map +6 -5
- package/dist/streamable-http.js +78 -78
- package/dist/streamable-http.js.map +6 -5
- package/package.json +3 -2
package/README.md
CHANGED
@@ -43,6 +43,9 @@ A Model Context Protocol server for Figma Design to Code using [F2C](https://f2c
|
|
43
43
|
|
44
44
|
See [Configuration and Development](docs/en/GettingStarted.md)
|
45
45
|
|
46
|
+
## Data Privacy Notice
|
47
|
+
The logging tools integrated in this project are used solely for basic usage statistics and error log reporting. No sensitive information or user data is collected. All reported data is used exclusively to improve product quality and user experience.
|
48
|
+
|
46
49
|
## FAQ
|
47
50
|
See [FAQ](docs/en/FAQ.md)
|
48
51
|
|