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): add structured workflows to MCP server instructions
This commit refactors the top-level `instructions` for the MCP server to provide clearer, more structured, and actionable guidance for an AI assistant.
Following the best practices for LLM-centric documentation, the new instructions:
- Use a structured tag-based format (`<General Purpose>`, `<Core Workflows>`, etc.) to improve parsability.
- Establish a mandatory "first step" workflow, instructing the AI to always use the `list_projects` tool to gather context before taking other actions.
- Provide a high-level guide to the available tools, mapping them to common user intents (e.g., answering questions, writing code).
- Define key domain concepts like "Workspace" vs. "Project" to improve the AI's operational model in a monorepo.
This change helps the AI behave more reliably and effectively by providing a strategic framework for how to use the server's tools as a cohesive system.
0 commit comments