posthog-v7.30.0
Immutable
release. Only release title and notes can be modified.
Minor changes
- 37aafd3 feat(mcp): stateless and multi-pod server support — carry
$session_idand the client identity (harness) across pods via a self-encodedMcp-Session-Idtoken minted atinitializeand replayed on every request. Auto-wired on theinstrument()FastMCP path (stateless_http=True); customPostHogMCPdispatchers addPostHogMcpStatelessSessionMiddlewareand readget_mcp_session(). — Thanks @gesh!