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

latest release: @posthog/core@1.49.1...
3 hours ago

0.12.0

Minor Changes

  • #4633 5a652e9 Thanks @DanielVisca! - Add opt-in captureModel option: injects a required llm_model parameter into every tool — including the get_more_tools virtual tool — so the calling agent self-reports the model it runs as, captured as $mcp_llm_model with $mcp_llm_model_source = "self_reported". Stripping the argument before the handler runs and capturing the property both require confirmed SDK ownership of the parameter: a customer-declared llm_model is never stolen or captured, and a low-level Server that builds a fresh instance per request records nothing (see the README). An honest "unknown" from the agent is dropped rather than recorded.
    (2026-08-27)

Patch Changes

  • Updated dependencies [74ff567, dfc3b59]:
    • @posthog/core@1.49.1
    • posthog-node@5.51.4

Don't miss a new posthog-js release

NewReleases is sending notifications on new releases.