On class Mcp.Net.WebUi\Controllers\ToolsController.cs [line 110].
-> var tools = _toolRegistry.AllTools.Where(t => toolIds.Contains(t.Id)).ToList();
Tool.Id doesn't exist. I don´t know if this is some mistake or something is missing.
I replaced it by 't.Name'. Which I think it's was meant to.
If wrong, please correct me. So I can fix back my own fork.
Salute
On class Mcp.Net.WebUi\Controllers\ToolsController.cs [line 110].
-> var tools = _toolRegistry.AllTools.Where(t => toolIds.Contains(t.Id)).ToList();
Tool.Id doesn't exist. I don´t know if this is some mistake or something is missing.
I replaced it by 't.Name'. Which I think it's was meant to.
If wrong, please correct me. So I can fix back my own fork.
Salute