Skip to content

@posthog/mcp@0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:04
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
4ff3bb3

0.3.0

Minor Changes

  • #3829 125dee2 Thanks @DanielVisca! - Auto-capture $mcp_tool_category on $mcp_tool_call events. The wrapping path (track()/instrument()) reads a category declared on a tool's _meta block (cached from tools/list and seeded from _registeredTools), and PostHogMCP.captureToolCall accepts a first-class category field. Declaring _meta: { category: "Logs" } on a tool definition is all a server needs for every call to carry the category, enabling per-category dashboards in PostHog MCP analytics.
    (2026-06-16)

Patch Changes