@microsoft/agents-a365-tooling package
Classes
| McpToolServerConfigurationService |
Service responsible for discovering and normalizing MCP (Model Context Protocol) tool servers and producing configuration objects consumable by the Claude SDK. |
| ToolingConfiguration |
Configuration for tooling package. Inherits runtime settings and adds tooling-specific settings. |
| Utility | |
Interfaces
| ChatHistoryMessage |
Represents a single message in the chat history. |
| ChatMessageRequest |
Represents the request payload for a real-time threat protection check on a chat message. |
| InputSchema | |
| MCPServerConfig | |
| McpClientTool | |
| ToolOptions | |
Type Aliases
| MCPServerManifestEntry | |
| ToolingConfigurationOptions |
Tooling configuration options - extends runtime options. All overrides are functions called on each property access. Inherited from RuntimeConfigurationOptions:
|
Variables
| default |
Shared default provider for ToolingConfiguration. |
Variable Details
defaultToolingConfigurationProvider
Shared default provider for ToolingConfiguration.
defaultToolingConfigurationProvider: DefaultConfigurationProvider<ToolingConfiguration>