Skip to content

@posthog/mcp@0.16.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 09:27
Immutable release. Only release title and notes can be modified.
1f9338e

0.16.0

Minor Changes

  • #4870 cc6373b Thanks @gesh! - Add the send_feedback virtual tool (new collectFeedback option): an honest, general agent-feedback channel with missing capabilities as the priority category. Every call emits a new $mcp_feedback event with $mcp_feedback_type and the other $mcp_feedback_* properties. Hosts can rename the tool, replace its description, declare extraProperties (captured as $mcp_feedback_<key>), and route reports to a real backend via onFeedback (instrument() path) or prepareToolCall().feedbackReport + captureFeedback() + sendFeedbackResult() (custom-dispatcher path). reportMissing / get_more_tools / $mcp_missing_capability are unchanged; new integrations should enable only collectFeedback.
    (2026-09-11)