Skip to content

Commit 75bfebf

Browse files
authored
Merge pull request #22544 from unoplatform/dev/agzi/AdjustCommoAiIssuesDocs
2 parents 6a5c73a + 5571583 commit 75bfebf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/articles/common-issues-ai-agents.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ uid: Uno.UI.CommonIssues.AIAgents
66

77
## dnx is not a valid command
88

9-
The getting started for Claude, Codex and Copilot CLI use the `dnx` command, which is only available on .NET 10.
9+
The getting started for Claude, Codex, and Copilot CLI use the `dnx` command, which is only available on .NET 10.
1010

1111
If you want to use the App MCP with .NET 9 projects, you'll need to change `dnx` to `uno-devserver` and install it using `dotnet tool install -g uno.devserver`.
1212

@@ -15,11 +15,11 @@ If you want to use the App MCP with .NET 9 projects, you'll need to change `dnx`
1515
1. Open the `.vs/mcp.json` file in Visual Studio. It is located in your solution's root directory.
1616
2. Verify that the Uno MCP server entry is present:
1717

18-
```json
19-
"uno": {
20-
"url": "https://mcp.platform.uno/v1"
21-
}
22-
```
18+
```json
19+
"uno": {
20+
"url": "https://mcp.platform.uno/v1"
21+
}
22+
```
2323

2424
3. If the entry is missing, add it to the `.vs/mcp.json` file and restart Visual Studio.
2525
4. If the entry exists but the server shows as disconnected, click on "Reconnect" in the file editor:
@@ -30,7 +30,7 @@ The Uno App MCP should now appear in the list of MCPs in Visual Studio.
3030

3131
## The App MCP turns red in Visual Studio 2022/2026
3232

33-
In Visual Studio, the App MCP might turn red in some occasions. To fix this issue, click on the three dots on the right and select `Reload`.
33+
In Visual Studio, the App MCP might turn red on some occasions. To fix this issue, click on the three dots on the right and select `Reload`.
3434

3535
## The uno-app MCP failed to start
3636

0 commit comments

Comments
 (0)