Skip to content

@posthog/mcp@0.17.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 19:28
Immutable release. Only release title and notes can be modified.
3fb8954

0.17.0

Minor Changes

  • #4924 be40430 Thanks @lucasheriques! - Enable model capture and conversation correlation by default. Advertised tool schemas gain an llm_model argument (never enforced at dispatch) and eligible tool results gain a conversation handle; instrument(server, posthog, { captureModel: false, enableConversationId: false }) restores the previous shape. Fresh low-level instances now read both arguments under the ADR-0011 rule instead of staying silent.
    (2026-09-17)