ToolsMode Enum
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.
Enumeration of tools operation modes.
public enum ToolsMode
type ToolsMode =
Public Enum ToolsMode
- Inheritance
-
ToolsMode
Fields
| Name | Value | Description |
|---|---|---|
| MockMCPServer | 0 | Use a mock MCP server for testing purposes. |
| MCPPlatform | 1 | Use the MCP platform for production scenarios. |