Skip to content

Commit 1b1eb55

Browse files
authored
Apply suggestion from @stephentoub
1 parent 6304d1f commit 1b1eb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static class EchoTool
9595

9696
### Building an MCP client
9797

98-
Create a new console app, add the package, and replace `Program.cs` with the code below. This client connects to the [MCP "everything" reference server](https://www.npmjs.com/package/@modelcontextprotocol/server-everything), lists its tools, and calls one:
98+
Create a new console app, add the package, and replace `Program.cs` with the code below. This client connects to the MCP "everything" reference server, lists its tools, and calls one:
9999

100100
```
101101
dotnet new console

0 commit comments

Comments
 (0)