@posthog/mcp@0.4.1
·
9 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
0.4.1
Patch Changes
-
#3936
06c23d8Thanks @lucasheriques! - Re-exportPostHog(and thePostHogOptionstype) from@posthog/mcp, so you can import the client andinstrumentfrom a single package:import { PostHog, instrument } from '@posthog/mcp'
posthog-noderemains a peer dependency (resolved from the host app's installed copy); this only unifies the import.PostHogMCPis also already accepted byinstrument()if you prefer a single client class. (2026-06-23)