You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/common/mcp/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,13 @@ The script will install the latest version of the azsdk cli executable from [too
24
24
25
25
Azure SDK MCP server code is in [azure-sdk-tools/tools/azsdk-cli/Azure.Sdk.Tools.Cli](https://github.com/Azure/azure-sdk-tools/tree/main/tools/azsdk-cli/Azure.Sdk.Tools.Cli).
26
26
27
-
Azure SDK MCP servers should support [stdio and sse transports](https://modelcontextprotocol.io/docs/concepts/transports#server-sent-events-sse).
27
+
Azure SDK MCP servers [**MUST** support stdio and **SHOULD** support streamable HTTP using latest OAuth 2.1 Best Current Practices (BCPs)](https://modelcontextprotocol.io/docs/concepts/transports).
28
28
29
-
When running in copilot the default is stdio mode, but SSE is useful to support for external debugging.
29
+
When running in copilot the default is stdio mode.
30
30
31
31
### Developing MCP servers in C#
32
32
33
33
See the [C# MCP SDK](https://github.com/modelcontextprotocol/csharp-sdk)
34
34
35
-
Add an [SSE transport](https://github.com/modelcontextprotocol/csharp-sdk/tree/main/samples/AspNetCoreSseServer)
36
-
37
35
TODO: Add the azsdk-cli project to pull in MCP server dependencies from the repo
0 commit comments