-
Notifications
You must be signed in to change notification settings - Fork 618
Open
Labels
Description
[McpServerTool, Description("...")]
[return: Description("...")]
private static async Task<IEnumerable<string>> Abc(ViewModel vm,
[Description("...")] string[] names)schema
{
"name": "abc",
"description": "...\nReturns: ...",
"parameters": {
"type": "object",
"properties": {}
},
"strict": false
}
Reactions are currently unavailable