Skip to content

Commit e54c0c9

Browse files
Fix README command path for QuickstartWeatherServer
Co-authored-by: eiriktsarpalis <2813363+eiriktsarpalis@users.noreply.github.com>
1 parent 44a2654 commit e54c0c9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

samples/QuickstartWeatherServer/Program.cs

100644100755
File mode changed.

samples/QuickstartWeatherServer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dotnet run --project samples/QuickstartClient samples/QuickstartWeatherServer
4343
Or test with the MCP inspector:
4444

4545
```bash
46-
npx @modelcontextprotocol/inspector dotnet run samples/QuickstartWeatherServer/Program.cs
46+
npx @modelcontextprotocol/inspector dotnet run Program.cs
4747
```
4848

4949
## What This Sample Shows

0 commit comments

Comments
 (0)