Skip to content

Commit eb17140

Browse files
Update docs/ai/quickstarts/build-mcp-server.md
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 11307bc commit eb17140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai/quickstarts/build-mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this quickstart, you create a minimal Model Context Protocol (MCP) server usi
3535
dotnet new mcpserver -n SampleMcpServer
3636
```
3737

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`.
3939

4040
1. Navigate to the `SampleMcpServer` directory:
4141

0 commit comments

Comments
 (0)