Skip to content

Commit 641f584

Browse files
committed
Use wildcard version specifier for Community.Mcp.DotNet in README install args
1 parent 4179268 commit 641f584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Follow the instructions below for your specific development environment:
200200
- **Name**: `dotnet`
201201
- **Type**: `stdio`
202202
- **Command**: `dnx`
203-
- **Arguments**: `[email protected] --yes`
203+
- **Arguments**: `[email protected]-* --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**: `[email protected] --yes`
237+
- **Arguments**: `[email protected]-* --yes`
238238

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

0 commit comments

Comments
 (0)