Skip to content

Commit a37f7ac

Browse files
committed
Update MCP Server project template install instructions
1 parent fb4b337 commit a37f7ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ In this quickstart, you create a minimal Model Context Protocol (MCP) server usi
2626
1. In a terminal window, install the MCP Server template:
2727

2828
```bash
29-
dotnet new install Microsoft.Extensions.AI.Templates
29+
dotnet new install Microsoft.McpServer.ProjectTemplates
3030
```
3131

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

0 commit comments

Comments
 (0)