Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit b79da23

Browse files
committed
chore(*): fixing linting errors
1 parent 7cecfb7 commit b79da23

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

en/components/ai/maker-framework.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,23 @@ Switch Copilot Chat to Agent mode and confirm that `plan`, `execute`, and `plan_
6868
### Claude Desktop
6969

7070
1. Open your Claude Desktop configuration file:
71-
- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
72-
- Windows: `%APPDATA%\Claude\claude_desktop_config.json`
71+
- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
72+
- Windows: `%APPDATA%\Claude\claude_desktop_config.json`
7373
2. Add the `maker` entry to the `mcpServers` block:
7474

75-
```json
76-
{
77-
"mcpServers": {
78-
"maker": {
79-
"command": "npx",
80-
"args": ["-y", "@igniteui/maker-mcp", "--stdio"],
81-
"env": {
82-
"Executor__AIProviderKeys__Anthropic": "<your-anthropic-key>"
75+
```json
76+
{
77+
"mcpServers": {
78+
"maker": {
79+
"command": "npx",
80+
"args": ["-y", "@igniteui/maker-mcp", "--stdio"],
81+
"env": {
82+
"Executor__AIProviderKeys__Anthropic": "<your-anthropic-key>"
83+
}
84+
}
8385
}
8486
}
85-
}
86-
}
87-
```
87+
```
8888

8989
3. Restart Claude Desktop. The first start downloads the native binary (~30 s on a typical connection).
9090

0 commit comments

Comments
 (0)