Definition
Assembly: Microsoft.OData.Mcp.Tools.dll Namespace: Microsoft.OData.Mcp.Tools.Services Inheritance: System.ObjectSyntax
Summary
Background service that generates dynamic MCP tools based on OData metadata.Constructors
.ctor
Initializes a new instance of the DynamicToolGeneratorService class.Syntax
Parameters
.ctor Inherited
Inherited from
objectSyntax
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
StartAsync
Starts the service and generates dynamic tools.Syntax
Parameters
Returns
Type:System.Threading.Tasks.Task
A task representing the asynchronous operation.
StopAsync
Stops the service.Syntax
Parameters
Returns
Type:System.Threading.Tasks.Task
A task representing the asynchronous operation.
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?
Related APIs
- Microsoft.Extensions.Hosting.IHostedService