This commit is contained in:
hiifong
2025-03-19 00:12:03 +08:00
parent c4f619a907
commit bd43811a07
6 changed files with 94 additions and 30 deletions

View File

@@ -21,6 +21,7 @@ func RegisterTool(s *server.MCPServer) {
s.AddTool(user.GetMyUserInfoTool, user.GetUserInfoFn)
// Repo Tool
s.AddTool(repo.CreateRepoTool, repo.CreateRepoFn)
s.AddTool(repo.ListMyReposTool, repo.ListMyReposFn)
// Issue Tool