github PostHog/posthog-js @posthog/mcp@0.16.0

latest releases: @posthog/react-native-plugin@2.7.0, posthog-js@1.430.2
2 hours ago

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)

Don't miss a new posthog-js release

NewReleases is sending notifications on new releases.