Skip to content

Commit 5024794

Browse files
azure-sdkvcolin7
andauthored
Sync eng/common directory with azure-sdk-tools for PR 11493 (#46268)
* Removed broken link from README * Update README.md * Update README.md --------- Co-authored-by: vcolin7 <vicolina@microsoft.com>
1 parent 34006f6 commit 5024794

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

eng/common/mcp/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,13 @@ The script will install the latest version of the azsdk cli executable from [too
2424

2525
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).
2626

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).
2828

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.
3030

3131
### Developing MCP servers in C#
3232

3333
See the [C# MCP SDK](https://github.com/modelcontextprotocol/csharp-sdk)
3434

35-
Add an [SSE transport](https://github.com/modelcontextprotocol/csharp-sdk/tree/main/samples/AspNetCoreSseServer)
36-
3735
TODO: Add the azsdk-cli project to pull in MCP server dependencies from the repo
3836

0 commit comments

Comments
 (0)