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: docs/ai/quickstarts/build-mcp-server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ In this quickstart, you create a minimal Model Context Protocol (MCP) server usi
35
35
dotnet new mcpserver -n SampleMcpServer
36
36
```
37
37
38
-
By default, this will create a self-contained tool package targetting all of the most common platforms that run .NET. Use `dotnet new mcpserver --help` to see more options.
38
+
By default, this command creates a self-contained tool package targeting all of the most common platforms that .NET is supported on. To see more options, use `dotnet new mcpserver --help`.
0 commit comments