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
Copy file name to clipboardExpand all lines: doc/articles/common-issues-ai-agents.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ uid: Uno.UI.CommonIssues.AIAgents
6
6
7
7
## dnx is not a valid command
8
8
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.
10
10
11
11
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`.
12
12
@@ -15,11 +15,11 @@ If you want to use the App MCP with .NET 9 projects, you'll need to change `dnx`
15
15
1. Open the `.vs/mcp.json` file in Visual Studio. It is located in your solution's root directory.
16
16
2. Verify that the Uno MCP server entry is present:
17
17
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
+
```
23
23
24
24
3. If the entry is missing, add it to the `.vs/mcp.json` file and restart Visual Studio.
25
25
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.
30
30
31
31
## The App MCP turns red in Visual Studio 2022/2026
32
32
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`.
0 commit comments