This commit is contained in:
h z
2025-05-04 19:11:12 +01:00
parent fc4ef3b0f8
commit 58d9c333e0
10 changed files with 332 additions and 178 deletions

View File

@@ -1,8 +1,18 @@
using ModelContextProtocol.Server;
using Alchegos.Core.Services.Gitea;
namespace Alchegos.MCP.Tools;
[McpServerToolType]
public static class GiteaTool
{
public static string Login(string a)
{
throw new NotImplementedException();
}
public static string GetGiteaRepoList(string apiKey)
{
throw new NotImplementedException();
}
}