Skip to content

Conversation

@alessiopelliccione
Copy link
Contributor

Closes #31888
Changes:

  • Add .vscode/mcp.json template with angular-cli MCP server configuration
  • Update .gitignore template to whitelist .vscode/mcp.json
  • Update workspace schematic tests to expect mcp.json file

PR Checklist

Please check to confirm your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

When using ng new, it does not create any mcp.json files.

Issue Number: #31888

What is the new behavior?

When using ng new, it now creates an mcp.json file including Angular MCP.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

I included the Angular MCP by default.

Changes:
  - Add .vscode/mcp.json template with angular-cli MCP server configuration
  - Update .gitignore template to whitelist .vscode/mcp.json
  - Update workspace schematic tests to expect mcp.json file

  Closes angular#31888
@alan-agius4 alan-agius4 force-pushed the feat-add-mcp-config-to-new-project branch from b67f99e to f9ceaf7 Compare November 20, 2025 14:59
@alan-agius4 alan-agius4 changed the title feat(@schematics/angular): add MCP configuration file to new workspaces fix(@schematics/angular): add MCP configuration file to new workspaces Nov 20, 2025
@alan-agius4 alan-agius4 added target: patch This PR is targeted for the next patch release and removed area: @schematics/angular detected: feature PR contains a feature commit labels Nov 20, 2025
Copy link
Collaborator

@alan-agius4 alan-agius4 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Nov 20, 2025
@alan-agius4 alan-agius4 merged commit 18cf6c5 into angular:main Nov 21, 2025
37 checks passed
@alan-agius4
Copy link
Collaborator

This PR was merged into the repository. The changes were merged into the following branches:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add mcp.json in .vscode on "ng new my-app"

2 participants