Skip to content

@posthog/mcp@0.4.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 13:59
· 9 commits to main since this release
Immutable release. Only release title and notes can be modified.
697e985

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)