Skip to content

Commit 6ca7cde

Browse files
leslierichardson95mikekistlerjeffhandley
authored
Document MCP Server project template in README (#1148)
Co-authored-by: Mike Kistler <mikekistler@microsoft.com> Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
1 parent 86bc96d commit 6ca7cde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ var response = await chatClient.GetResponseAsync(
8888

8989
## Getting Started (Server)
9090

91+
> [!TIP]
92+
> You can use the [MCP Server project template](https://learn.microsoft.com/dotnet/ai/quickstarts/build-mcp-server?pivots=visualstudio) to quickly get started with creating your own MCP server.
93+
9194
Here is an example of how to create an MCP server and register all tools from the current application.
9295
It includes a simple echo tool as an example (this is included in the same file here for easy of copy and paste, but it needn't be in the same file...
9396
the employed overload of `WithTools` examines the current assembly for classes with the `McpServerToolType` attribute, and registers all methods with the

0 commit comments

Comments
 (0)