McpServerSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The settings of the MCP (Model Context Protocol) server for this session pool.
public class McpServerSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.McpServerSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.McpServerSettings>
type McpServerSettings = class
interface IJsonModel<McpServerSettings>
interface IPersistableModel<McpServerSettings>
Public Class McpServerSettings
Implements IJsonModel(Of McpServerSettings), IPersistableModel(Of McpServerSettings)
- Inheritance
-
McpServerSettings
- Implements
Constructors
| Name | Description |
|---|---|
| McpServerSettings() |
Initializes a new instance of McpServerSettings. |
Properties
| Name | Description |
|---|---|
| IsMcpServerApiKeyDisabled |
Indicates whether the MCP server API key is disabled. |
| IsMcpServerEnabled |
Indicates whether the MCP server is enabled. |
| McpServerEndpoint |
The endpoint of the MCP server. |