Skip to content

Commit e3adc97

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

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
@@ -173,7 +173,7 @@ You can [test your MCP server again](#test-the-mcp-server) before moving forward
173173
dotnet nuget push bin/Release/*.nupkg --api-key <your-api-key> --source https://api.nuget.org/v3/index.json
174174
```
175175

176-
May sure to publish all .nupkg files (`*.nupkg`) to ensure every supported platform can run the MCP server.
176+
Be sure to publish all `.nupkg` files to ensure every supported platform can run the MCP server.
177177

178178
If you want to test the publishing flow before publishing to NuGet.org, you can register an account on the NuGet Gallery integration environment: [https://int.nugettest.org](https://int.nugettest.org). The `push` command would be modified to:
179179

0 commit comments

Comments
 (0)