MCP servers now work across pods via session ID token
posthog-v7.30.0
1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗
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!
Fetched July 27, 2026


