Skip to content

Commit d49c82a

Browse files
committed
fix lint and casing
1 parent 73c104b commit d49c82a

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

docs/ai/resources/mcp-servers.md

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,53 +9,52 @@ ms.topic: reference
99

1010
This article contains an organized list of the best learning resources for .NET developers who are building Model Context Protocol (MCP) servers. Resources include samples, documentation, videos, and workshops.
1111

12-
## Getting Started
12+
## Getting started
1313

14-
|Link|Description|
15-
|---|---|
14+
| Link | Description |
15+
|------|-------------|
1616
|[Anthropic - Getting Started with MCP](https://modelcontextprotocol.io/docs/getting-started/intro)|Anthropic's official guide to the Model Context Protocol (MCP) and overview on how to get started writing or using an MCP server.|
17-
|[Create a minimal MCP server using C# and publish to NuGet](../quickstarts/build-mcp-server.md)|A quick guide to writing MCP server in VS Code and publishing it to NuGet.|
18-
|[MCP for Beginners GitHub Repo ](https://github.com/microsoft/mcp-for-beginners)|A Microsoft-official Github repository with a full, hands-on curriculum for developing MCP servers in .NET, Java, TypeScript, JavaScript, Rust and Python.|
19-
|[Build Agents using MCP on Azure](https://learn.microsoft.com/en-us/azure/developer/ai/build-openai-mcp-server-dotnet?tabs=github-codespaces)| A walkthrough on how to connect an MCP client using Azure OpenAI and MCP server to Azure Container Apps.
17+
|[Create a minimal MCP server using C# and publish to NuGet](../quickstarts/build-mcp-server.md)|A quick guide to writing an MCP server in VS Code and publishing it to NuGet.|
18+
|[MCP for Beginners GitHub repo](https://github.com/microsoft/mcp-for-beginners)|A Microsoft-official GitHub repository with a full, hands-on curriculum for developing MCP servers in .NET, Java, TypeScript, JavaScript, Rust, and Python.|
19+
|[Build agents using MCP on Azure](/azure/developer/ai/build-openai-mcp-server-dotnet)| A walkthrough on how to connect an MCP client using Azure OpenAI and MCP server to Azure Container Apps. |
2020

2121
## Libraries
2222

23-
|Link|Description|
24-
|---|---|
25-
|[MCP C# SDK](https://github.com/modelcontextprotocol/csharp-sdk)|Microsoft and Anthropic's official C# SDK for MCP servers and clients.|
23+
| Link | Description |
24+
|------------------------------------------------------------------|-------------|
25+
| [MCP C# SDK](https://github.com/modelcontextprotocol/csharp-sdk) | Microsoft and Anthropic's official C# SDK for MCP servers and clients. |
2626

2727
## Samples
2828

29-
|Link|Description|
30-
|---|---|
29+
| Link | Description |
30+
|------|-------------|
3131
|[MCP Workshop GitHub repo](https://github.com/Azure-Samples/mcp-workshop-dotnet)|A sample MCP server and client with corresponding, step-by-step walkthroughs on how to implement them and how MCP works.|
3232

33-
## Documentation
33+
## Documentation
3434

35-
|Link|Description|
36-
|---|---|
35+
| Link | Description |
36+
|------|-------------|
3737
|[MCP C# SDK Documentation](https://modelcontextprotocol.github.io/csharp-sdk/index.html)|Anthropic's official guide to the Model Context Protocol (MCP) and overview on how to get started writing or using an MCP server.|
3838
|[VS Code MCP Developer Guide](https://code.visualstudio.com/api/extension-guides/ai/mcp)| Official documentation for building, debugging, and registering an MCP server in VS Code.|
3939

40-
## Additional Resources
40+
## Additional resources
4141

42-
|Link|Description|
43-
|---|---|
42+
| Link | Description |
43+
|------|-------------|
4444
|[MCP Inspector Tool](https://github.com/modelcontextprotocol/inspector)|The Anthropic-official GitHub repo for the MCP Inspector tool, a visual testing and debugging tool for MCP servers.|
45-
|[MCP servers for VS Code](https://code.visualstudio.com/mcp)|A hub for quickly installing 1st- and 3rd-party MCP servers in VS Code.|
46-
|[3rd-Party MCP servers](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#-third-party-servers)|A GitHub repo containing a comprehensive list of publicly-available MCP servers.|
45+
|[MCP servers for VS Code](https://code.visualstudio.com/mcp)|A hub for quickly installing first-party and third-party MCP servers in VS Code.|
46+
|[Third party MCP servers](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#-third-party-servers)|A GitHub repo containing a comprehensive list of publicly available MCP servers.|
4747

4848
## Videos
4949

50-
|Link|Description|
51-
|---|---|
50+
| Link | Description |
51+
|------|-------------|
5252
|[MCP Dev Days (Microsoft Reactor)](https://developer.microsoft.com/reactor/series/S-1563/)|A 2-day virtual event and video series showing how to use and write MCP servers.|
5353
|[ASP.NET Community Standup - Build MCP servers with ASP.NET Core](https://www.youtube.com/live/x_6iUhdHnhc?si=J8QQuirYWk0JXC_V)|A roundtable discussion and demo on building an MCP server with ASP.NET Core and the MCP C# SDK.|
54-
|[MCP for Beginners GitHub Repo ](https://github.com/microsoft/mcp-for-beginners)|A Microsoft-official Github repository with a full, hands-on curriculum for developing MCP servers in .NET, Java, TypeScript, JavaScript, Rust and Python.|
5554

5655
## Communities
5756

58-
|Link|Description|
59-
|---|---|
57+
| Link | Description |
58+
|------|-------------|
6059
|[Anthropic MCP Discussions](https://github.com/orgs/modelcontextprotocol/discussions)|An open forum for discussing MCP in Anthropic's official MCP GitHub repo.|
6160
|[Azure AI Foundry Discord](https://discord.com/invite/ByRwuEEgH4)|A Discord discussion space for developers looking to build with Microsoft AI tooling.|

0 commit comments

Comments
 (0)