Commit bf4f042
committed
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.1 parent b983ea8 commit bf4f042
1 file changed
+28
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
61 | 86 | | |
62 | 87 | | |
63 | 88 | | |
| |||
0 commit comments