github PostHog/posthog-js @posthog/mcp@0.4.1

0.4.1

Patch Changes

  • #3936 06c23d8 Thanks @lucasheriques! - Re-export PostHog (and the PostHogOptions type) from @posthog/mcp, so you can import the client and instrument from a single package:

    import { PostHog, instrument } from '@posthog/mcp'

    posthog-node remains a peer dependency (resolved from the host app's installed copy); this only unifies the import. PostHogMCP is also already accepted by instrument() if you prefer a single client class. (2026-06-23)

Don't miss a new posthog-js release

NewReleases is sending notifications on new releases.