@corva/ui 3.67.0-5 → 3.67.0-6
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/MCP_README.md +4 -0
- package/mcp-server/server.mjs +86 -258742
- package/package.json +3 -2
package/MCP_README.md
CHANGED
|
@@ -576,6 +576,10 @@ To check whether telemetry is currently active for your install, run `/mcp__corv
|
|
|
576
576
|
`get_diagnostics` tool directly) — it reports the resolved telemetry status. Telemetry is fully disabled when no valid
|
|
577
577
|
endpoint is configured.
|
|
578
578
|
|
|
579
|
+
To opt out entirely, set `CORVA_UI_MCP_TELEMETRY_DISABLED=1` in the server's environment (e.g. in the `env` block of
|
|
580
|
+
your MCP config file) — any non-empty value other than `0` or `false` works. The switch is honored at runtime before
|
|
581
|
+
any telemetry configuration is read.
|
|
582
|
+
|
|
579
583
|
## FAQ
|
|
580
584
|
|
|
581
585
|
### Does this affect my application bundle or runtime?
|