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
feat(@angular/cli): add builder info to list_projects MCP tool
The `list_projects` tool is enhanced to include the primary builder for each project, providing more specific metadata about its function.
The builder is extracted from the project's 'build' target and added as an optional 'builder' field to the output. This allows users and other tools to quickly determine a project's type (e.g., application, library) by inspecting its builder string.
The tool's description has also been updated to reflect this new capability.
0 commit comments