releases.shpreview

mcp_client_name no longer dropped from alternating events

@posthog/mcp@0.5.1

June 29, 2026PostHog JSView original ↗
1 fixThis release1 fixBug fixesAI-tallied from the release notes

0.5.1

Patch Changes

  • #4009 ae68de1 Thanks @gesh! - Fix $mcp_client_name being dropped from every other captured event. getSessionInfo cached the client identity but then overwrote the cache with undefined on the next event, so consecutive tool calls alternated between carrying and lacking the client name (showing up as a large "other" slice in MCP analytics). The cached client name/version are now reused instead of refetched. (2026-06-29)

Fetched June 29, 2026

mcp_client_name no longer dropped from alternating events… — releases.sh