@posthog/mcp@0.16.0
Immutable
release. Only release title and notes can be modified.
0.16.0
Minor Changes
- #4870
cc6373bThanks @gesh! - Add thesend_feedbackvirtual tool (newcollectFeedbackoption): an honest, general agent-feedback channel with missing capabilities as the priority category. Every call emits a new$mcp_feedbackevent with$mcp_feedback_typeand the other$mcp_feedback_*properties. Hosts can rename the tool, replace its description, declareextraProperties(captured as$mcp_feedback_<key>), and route reports to a real backend viaonFeedback(instrument()path) orprepareToolCall().feedbackReport+captureFeedback()+sendFeedbackResult()(custom-dispatcher path).reportMissing/get_more_tools/$mcp_missing_capabilityare unchanged; new integrations should enable onlycollectFeedback.
(2026-09-11)