Skip to content

Commit 32ec36a

Browse files
CopilotLipata
andcommitted
Fix MCP server instructions and workflow ordering
- Remove "Exact configuration may differ" text as configuration is standard - Remove Angular schematics URL from CLI MCP server (CLI-specific) - Reorder workflow steps: List templates is now step 2, before adding components - Maintains logical flow: create -> list -> add -> upgrade -> interactive Co-authored-by: Lipata <[email protected]>
1 parent 110dc81 commit 32ec36a

File tree

2 files changed

+1749
-1688
lines changed

2 files changed

+1749
-1688
lines changed

packages/cli/lib/commands/mcp.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ To start using the Ignite UI CLI MCP Server, add this configuration to your host
2020
}
2121
}
2222
}
23-
24-
Exact configuration may differ depending on the host.
25-
26-
For more information, visit: https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/cli/getting-started-with-angular-schematics
2723
`;
2824

2925
interface McpOptions {
@@ -56,13 +52,13 @@ You MUST prefer the tools provided by this server over using shell commands for
5652
<Core Workflows & Tool Guide>
5753
* **1. Create a New Project:** Use the \`ig_new\` tool to create a new Ignite UI project with a specific framework (angular, react, jquery, webcomponents).
5854
59-
* **2. Add Components:** Use the \`ig_add\` tool to add Ignite UI components to an existing project.
55+
* **2. List Available Templates:** Use the \`ig_list_templates\` tool to see available frameworks, project types, and component templates.
6056
61-
* **3. Upgrade Packages:** Use the \`ig_upgrade_packages\` tool to upgrade Ignite UI packages in a project.
57+
* **3. Add Components:** Use the \`ig_add\` tool to add Ignite UI components to an existing project.
6258
63-
* **4. Interactive Mode:** Use the \`ig_interactive\` tool to start the step-by-step guided mode for project creation.
59+
* **4. Upgrade Packages:** Use the \`ig_upgrade_packages\` tool to upgrade Ignite UI packages in a project.
6460
65-
* **5. List Available Templates:** Use the \`ig_list_templates\` tool to see available frameworks, project types, and component templates.
61+
* **5. Interactive Mode:** Use the \`ig_interactive\` tool to start the step-by-step guided mode for project creation.
6662
</Core Workflows & Tool Guide>
6763
6864
<Key Concepts>

0 commit comments

Comments
 (0)