Initial commit to new repository
This commit is contained in:
14
.decompiledproj/AxCopilot/Models/McpToolDefinition.cs
Normal file
14
.decompiledproj/AxCopilot/Models/McpToolDefinition.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace AxCopilot.Models;
|
||||
|
||||
public class McpToolDefinition
|
||||
{
|
||||
public string Name { get; set; } = "";
|
||||
|
||||
public string Description { get; set; } = "";
|
||||
|
||||
public string ServerName { get; set; } = "";
|
||||
|
||||
public Dictionary<string, McpParameterDef> Parameters { get; set; } = new Dictionary<string, McpParameterDef>();
|
||||
}
|
||||
Reference in New Issue
Block a user