Skip to content

@posthog/mcp@0.16.2

Choose a tag to compare

@github-actions github-actions released this 15 Sep 16:36
Immutable release. Only release title and notes can be modified.
898d268

0.16.2

Patch Changes

  • #4953 2a6ddb9 Thanks @gesh! - Inject the send_feedback tool only on the first tools/list page (the request with no cursor), so a paginated catalogue's concatenated listing carries it once instead of once per page. A real first-page tool with the same name still wins: the SDK warns, skips injection, and forwards its calls. A real tool that only appears on a later page is not detected — the SDK logs a warning when a client fetches that page; rename the SDK's tool with collectFeedback: { toolName } if your catalogue uses the name.
    (2026-09-15)