opedd-mcp 0.5.0 → 0.5.1
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/dist/telemetry.js +2 -2
- package/package.json +1 -1
package/dist/telemetry.js
CHANGED
|
@@ -16,9 +16,9 @@ import { PostHog } from "posthog-node";
|
|
|
16
16
|
import { randomUUID } from "node:crypto";
|
|
17
17
|
// Public, write-only PostHog project key (EU cloud, project 218295). Safe to
|
|
18
18
|
// embed — it can only send events, not read data.
|
|
19
|
-
const POSTHOG_KEY = "
|
|
19
|
+
const POSTHOG_KEY = "phc_yfyXBNsf5nZncZBiZNQBBs5RWC3mtWNWpUJv5EfzfBir";
|
|
20
20
|
const POSTHOG_HOST = "https://eu.i.posthog.com";
|
|
21
|
-
const SERVER_VERSION = "0.5.
|
|
21
|
+
const SERVER_VERSION = "0.5.1";
|
|
22
22
|
/** Whether telemetry is allowed (respects OPEDD_MCP_TELEMETRY + DO_NOT_TRACK). Pure — exported for tests. */
|
|
23
23
|
export function isTelemetryEnabled() {
|
|
24
24
|
const t = process.env.OPEDD_MCP_TELEMETRY?.toLowerCase();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opedd-mcp",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "MCP server for Opedd — discover, purchase, verify, and audit content licenses from AI assistants. Covers Phase 11 buyer-side surfaces + Phase 12 Wave 1 + 3 regulatory surfaces (CDSM Article 4(3) RSL + EU AI Act Article 53 attestation + platform onboarding helper).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|