Skip to content

Commit 6304d1f

Browse files
Apply suggestion from @jeffhandley
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
1 parent ee3ae13 commit 6304d1f

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
@@ -20,7 +20,7 @@ The SDK ships as three NuGet packages. Pick the one that matches your scenario:
2020
| **[ModelContextProtocol.AspNetCore](https://www.nuget.org/packages/ModelContextProtocol.AspNetCore/absoluteLatest)** | You're building an **HTTP-based** MCP server hosted in ASP.NET Core. References `ModelContextProtocol`, so you get everything above plus the HTTP transport. |
2121

2222
> [!TIP]
23-
> If you're unsure, start with the **ModelContextProtocol** package. You can always add **ModelContextProtocol.AspNetCore** later if you need HTTP transport.
23+
> If you're unsure, start with the **ModelContextProtocol** package. You can always add **ModelContextProtocol.AspNetCore** later if you need HTTP transport support.
2424
2525
### Building an MCP server
2626

0 commit comments

Comments
 (0)