Skip to content

refactor(@angular/cli): expand MCP tool/resource descriptions #30643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clydin
Copy link
Member

@clydin clydin commented Jul 2, 2025

The descriptions for both the initial best practices resource and list projects tool have been expanded to provide more context regarding their use and results.

The descriptions for both the initial best practices resource and list
projects tool have been expanded to provide more context regarding their
use and results.
@clydin clydin added the target: rc This PR is targeted for the next release-candidate label Jul 2, 2025
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Jul 2, 2025
workspace = context.workspace;
} else {
try {
workspace = await AngularWorkspace.load(path.join(workingDirectory, 'angular.json'));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am a bit confused by this branch and why is it needed, context.workspace has the contents of the angular.json and is undefined when the workspace does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: review The PR is still awaiting reviews from at least one requested reviewer area: @angular/cli target: rc This PR is targeted for the next release-candidate
2 participants