Skip to content

Commit ae928a2

Browse files
jongallowayCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 14e50ac commit ae928a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Click to install in your preferred environment:
1212

1313
[![VS Code - Install .NET MCP](https://img.shields.io/badge/VS_Code-Install_.NET_MCP-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=dotnet-mcp&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22dnx%22%2C%22args%22%3A%5B%22Community.Mcp.DotNet%400.1.0-%2A%22%2C%22--yes%22%5D%7D)
1414
[![VS Code Insiders - Install .NET MCP](https://img.shields.io/badge/VS_Code_Insiders-Install_.NET_MCP-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=dotnet-mcp&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22dnx%22%2C%22args%22%3A%5B%22Community.Mcp.DotNet%400.1.0-%2A%22%2C%22--yes%22%5D%7D&quality=insiders)
15-
[![Visual Studio - Install .NET MCP](https://img.shields.io/badge/Visual_Studio-Install_.NET_MCP-5C2D91?style=flat-square&logo=visualstudio&logoColor=white)](https://vs-open.link/mcp-install?%7B%22name%22%3A%22Community.Mcp.DotNet%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22dnx%22%2C%22args%22%3A%5B%22Community.Mcp.Dotnet%400.1.0-%22%2C%22--yes%22%5D%7D)
15+
[![Visual Studio - Install .NET MCP](https://img.shields.io/badge/Visual_Studio-Install_.NET_MCP-5C2D91?style=flat-square&logo=visualstudio&logoColor=white)](https://vs-open.link/mcp-install?%7B%22name%22%3A%22Community.Mcp.DotNet%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22dnx%22%2C%22args%22%3A%5B%22Community.Mcp.DotNet%400.1.0-%22%2C%22--yes%22%5D%7D)
1616

1717
> **Note**: Quick install requires .NET 10 SDK (launching November 2025). See [manual installation](#installation) for .NET 9 support.
1818
@@ -200,7 +200,7 @@ Follow the instructions below for your specific development environment:
200200
- **Name**: `dotnet`
201201
- **Type**: `stdio`
202202
- **Command**: `dnx`
203-
- **Arguments**: `Community.Mcp.DotNet@1.0.0 --yes`
203+
- **Arguments**: `Community.Mcp.DotNet@0.1.0 --yes`
204204

205205
**Manual Configuration** (for .NET 9 or source builds):
206206

@@ -234,7 +234,7 @@ Edit your VS Code settings (`Ctrl+,` or `Cmd+,`, search for "mcp"):
234234
- **Name**: `dotnet`
235235
- **Type**: `stdio`
236236
- **Command**: `dnx`
237-
- **Arguments**: `Community.Mcp.DotNet@1.0.0 --yes`
237+
- **Arguments**: `Community.Mcp.DotNet@0.1.0 --yes`
238238

239239
**Manual Configuration** (for .NET 9 or source builds):
240240

0 commit comments

Comments
 (0)