MCPServerConfig 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.
Represents the configuration for an MCP server, including its name, endpoint, and additional metadata.
public class MCPServerConfig
type MCPServerConfig = class
Public Class MCPServerConfig
- Inheritance
-
MCPServerConfig
Constructors
| Name | Description |
|---|---|
| MCPServerConfig() | |
Properties
| Name | Description |
|---|---|
| audience |
Gets or sets the audience of the MCP server. |
| id |
Gets or sets the id of the MCP server. |
| mcpServerName |
Gets or sets the name of the MCP server. |
| publisher |
Gets or sets the publisher of the MCP server. |
| scope |
Gets or sets the scope of the MCP server. |
| url |
Gets or sets the url of the MCP server. |