Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ai/quickstarts/build-mcp-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ In this quickstart, you create a minimal Model Context Protocol (MCP) server usi
1. In a terminal window, install the MCP Server template:

```bash
dotnet new install Microsoft.Extensions.AI.Templates
dotnet new install Microsoft.McpServer.ProjectTemplates
```

> [!NOTE]
> .NET 10.0 SDK (Preview 6 or later) is required to install `Microsoft.Extensions.AI.Templates`.
> .NET 10.0 SDK (Preview 6 or later) is required to install `Microsoft.McpServer.ProjectTemplates`.
1. Create a new MCP server app with the `dotnet new mcpserver` command:

Expand Down