Skip to content

Commit f9eeb5f

Browse files
authored
Merge pull request #631 from MicrosoftDocs/main
To Live: Update MCP plugin support details in documentation (#630)
2 parents 4a4ddc9 + 63305c4 commit f9eeb5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantic-kernel/concepts/plugins/adding-mcp-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: semantic-kernel
1414
MCP is the Model Context Protocol, it is an open protocol that is designed to allow additional capabilities to be added to AI applications with ease, see [the documentation](https://modelcontextprotocol.io/introduction) for more info.
1515
Semantic Kernel allows you to add plugins from a MCP Server to your agents. This is useful when you want to use plugins that are made available as a MCP Server.
1616

17-
Semantic Kernel supports both local MCP Servers, through Stdio, or servers that connect through SSE over HTTPS.
17+
Semantic Kernel supports multiple MCP plugin types, including MCPStdioPlugin and MCPStreamableHttpPlugin. These plugins enable connections to both local MCP Servers and servers that connect through SSE over HTTPS.
1818

1919
## Add plugins from a local MCP Server
2020

0 commit comments

Comments
 (0)