@papi-ai/server 0.7.10 → 0.7.12

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 CHANGED
@@ -39,6 +39,14 @@ That's it. You're planning.
39
39
 
40
40
  PAPI collects anonymous usage data (tool name, duration, project UUID — no code or task content). To opt out, add `PAPI_TELEMETRY=off` to your `.mcp.json` env block.
41
41
 
42
+ ### md mode warning
43
+
44
+ If you start the server without `DATABASE_URL` (or with `PAPI_ADAPTER=md`), you'll see a stderr warning: *"PAPI is running in md mode — your cycles are not visible on the hosted dashboard."* This is intentional. md mode stores everything locally in `.papi/` files, but the hosted dashboard at [getpapi.ai](https://getpapi.ai/) only sees projects backed by the database adapter.
45
+
46
+ When the warning fires, PAPI emits an anonymous install-level ping (random UUID stored at `~/.papi/install-id.json`, chmod 600) per tool call so we can count installs that haven't connected yet. The ping contains: install UUID, tool name, server version, duration. **No project content, no file paths, no user identifiers.** Setting `PAPI_TELEMETRY=off` disables both the hosted-dashboard telemetry and the md-mode ping.
47
+
48
+ The warning is informational, not an error — md mode is a fully supported way to self-host PAPI without the hosted backend.
49
+
42
50
  ## License
43
51
 
44
52
  [Elastic License 2.0](https://www.elastic.co/licensing/elastic-license) — free to use, self-host, and modify. Commercial hosting requires a license.