Replies: 1 comment
-
That was updated in dotnet/docs#50714 to recommend |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to start a discussion around the documentation for creating an MCP server using .NET, as it appears to be out of date following a recent change to the project templates.
Issue
The current documentation instructs users to install the MCP server project template using:
However, this package now only installs the
aichatwebtemplate. The MCP server project template was recently moved to theMicrosoft.McpServer.ProjectTemplatesNuGet package as part of the following commit:As a result, following the documented steps no longer makes the
mcpservertemplate available, which can be confusing for users trying to get started using MCP in .NETDocumentation impacted
These docs currently reference the old template package as of the time of this writing:
Suggestion
It would be great to update the documentation to reference the new Microsoft.McpServer.ProjectTemplates package (or otherwise clarify the new installation steps), so new users don’t run into the same confusion.
Beta Was this translation helpful? Give feedback.
All reactions