Class McpServerSettings
Container that groups multiple MCP tool definitions (McpToolDefinition) into one.
MCP hosted tool settings used by AgentProfile.
Inheritance
McpServerSettings
Assembly: Glitch9.AIDevKit.dll
Syntax
[Serializable]
public sealed class McpServerSettings : IHostedToolOptions
Properties
|
Edit this page
View Source
Declaration
public Dictionary<Api, ToolType> ToolTypesByApi { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public IEnumerable<Tool> GetHostedTools(Model model)
Parameters
| Type |
Name |
Description |
| Model |
model |
|
Returns
Implements
Extension Methods