add: hci
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user