PostHog MCP 0.10.8 keeps tool retries in the same conversation
@posthog/mcp@0.10.8
0.10.8
Patch Changes
-
#4433
c514a34Thanks @gesh! - Deliver theconversation_idsession handle on errored tool results, and inject it into the virtualget_more_toolstool. A first call that fails no longer sends the agent's retry into a different conversation, and a reported capability gap now groups with the work that hit it. (2026-08-06) -
#4428
7322893Thanks @gesh! - Use an agent-suppliedconversation_idas the session anchor, so tool calls in one conversation share a$session_idacross reconnects, restarts, and per-request server instances. Only a handle the SDK could have minted is accepted; a value the agent invented is replaced with a fresh one, so two callers cannot land in the same session by sending the same string. (2026-08-06) -
#4431
955df8dThanks @gesh! - Mirror theconversation_idsession handle intostructuredContentfor tools whose output schema declares_mcp_instructions. Clients that read structured results never saw the handle incontent, so correlation for those tools was zero. (2026-08-06) -
#4430
e6d9295Thanks @gesh! - Declare an optional_mcp_instructionsproperty on the output schema of tools that advertise one, whenenableConversationIdis on. Inert by itself — it is the schema declaration that makes a later change able to mirror the conversation handle intostructuredContentwithout failing client-side validation. (2026-08-06) -
Updated dependencies [
4751b33,64ba193]:- posthog-node@5.48.1
- @posthog/core@1.46.9
Fetched August 6, 2026


