0.7.0
Minor Changes
- #4025
5590094Thanks @gesh! - Stamp the standard PostHog$lib/$lib_version(valueposthog-node-mcp) on every event, so MCP events self-identify the same way every other PostHog SDK does. Both emit paths are covered:PostHogMCPoverrides its library id, andinstrument()applies it to the client you pass in. Note that posthog-node sets$libat the client level, so forinstrument()this relabels every event that client sends asposthog-node-mcp— pass a client dedicated to your MCP server's analytics.
(2026-06-30)