Share via


IMcpToolRegistrationService Interface

Definition

Provides methods for managing tools in the Semantic Kernel.

public interface IMcpToolRegistrationService
type IMcpToolRegistrationService = interface
Public Interface IMcpToolRegistrationService
Derived

Methods

Name Description
AddToolServersToAgentAsync(Kernel, UserAuthorization, String, ITurnContext, String)

Adds the A365 MCP Tool Servers

SendChatHistoryAsync(ITurnContext, ChatHistory, CancellationToken)

Sends chat history to the MCP platform for real-time threat protection.

SendChatHistoryAsync(ITurnContext, ChatHistory, ToolOptions, CancellationToken)

Sends chat history to the MCP platform for real-time threat protection.

Applies to