You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcp: recommend_components removed. It used a hardcoded
23-entry UI_PATTERNS dict that missed the entire platform form layer
(fdp-form-group, fdp-form-field). Use search_components with relevant
keywords instead.
mcp: get_design_tokens removed. The corpus was only 92
tokens (42 hardcoded SAP theme vars + 50 spacing utility classes);
focus, disabled, and hover tokens were absent, making it unusable for
component styling. Use @fundamental-styles/mcp get_design_tokens
(1500+ tokens) instead.
mcp: get_migration_guide tool removed from @fundamental-ngx/mcp.
mcp: get_accessibility_guide tool removed from @fundamental-ngx/mcp.
Use get_component_api — it returns all inputs (including ARIA inputs with
descriptions) and the keyboardHandling field.
Features
mcp: MCP server evaluation - part 4 (#14221) (e2866a6)