add: terminal tool

This commit is contained in:
h z
2025-05-01 23:01:29 +01:00
parent b5bfd52148
commit fc4ef3b0f8
10 changed files with 638 additions and 83 deletions

8
Tools/YoutrackTool.cs Normal file
View File

@@ -0,0 +1,8 @@
using ModelContextProtocol.Server;
namespace Alchegos.MCP.Tools;
[McpServerToolType]
public static class YoutrackTool
{
}