Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ffc4c67
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c0e973
Choose a head ref
  • 6 commits
  • 17 files changed
  • 2 contributors

Commits on Jul 31, 2025

  1. refactor(@angular/cli): add instructional text to MCP server

    Adds instructional text to the MCP server to guide users on its intended purpose. The instructions clarify that the server and its associated tools should be prioritized over direct shell commands for Angular development tasks, promoting adherence to best practices and efficient use of provided tooling.
    
    (cherry picked from commit ecea1e0)
    clydin committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    9a2b642 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. test(@angular/cli): add initial e2e test for MCP server tool registra…

    …tion
    
    Introduces the first end-to-end test for the MCP server. The new test, `registers-tools.ts`, verifies that the MCP server correctly initializes and registers its default set of tools.
    This provides a foundation for more comprehensive e2e testing of the MCP server and its features.
    
    (cherry picked from commit dd9fb27)
    clydin committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    2ed9c37 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. refactor(@angular/cli): update suggested MCP server configuration output

    The suggested MCP server command options now use the `-y` option for `npx`.
    This provides better supported for global usage of the Angular CLI MCP server
    in addition to the workspace usage.
    
    (cherry picked from commit 8b4de57)
    clydin committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    8601f06 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. fix(@angular/cli): cache MCP best practices content and add tool anno…

    …tations
    
    Caches the content of the best practices instructions to avoid redundant file reads on subsequent uses of the tool. This can provide a minor performance improvement in cases where the tool is used multiple times during a single CLI process.
    
    Also, annotations have been added to the text to provide additional context for the assistant and allow for more tailored display of the information.
    
    (cherry picked from commit 51d56f7)
    clydin committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    48ca044 View commit details
    Browse the repository at this point in the history
  2. build: update to latest dev-infra in the workspace

    Update to latest dev-infra in the workspace and rules_browsers browser toolchains
    josephperrott authored and clydin committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    761bc78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c0e973 View commit details
    Browse the repository at this point in the history
Loading