We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3adc97 commit beffe95Copy full SHA for beffe95
docs/ai/quickstarts/build-mcp-server.md
@@ -165,7 +165,7 @@ You can [test your MCP server again](#test-the-mcp-server) before moving forward
165
dotnet pack -c Release
166
```
167
168
- This will produce one tool package and several platform-specific packages based on the `<RuntimeIdentifiers>` list in `SampleMcpServer.csproj`.
+ This command produces one tool package and several platform-specific packages based on the `<RuntimeIdentifiers>` list in `SampleMcpServer.csproj`.
169
170
1. Publish the packages to NuGet:
171
0 commit comments