MCP now returns props for multi-template components (v4.101.5)
Calling get-component with include: ["props"] now returns prop tables for every template in a multi-template component, not just the first.
Previously, props for components with more than one template (such as a Tabs component with separate TabsBar and TabsLink templates) were unreachable via the include parameter.