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
refactor(@angular/cli): remove unused resolveModule method from Host abstraction
Remove the `resolveModule` method from the `Host` interface, `LocalWorkspaceHost`, and `MockHost`. This method was not used by any of the MCP tools or server implementation, and removing it simplifies the abstraction layer.
0 commit comments