mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2025-08-23 22:33:05 +00:00
Update
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"gitea.com/gitea/gitea-mcp/operation/issue"
|
||||
"gitea.com/gitea/gitea-mcp/operation/pull"
|
||||
"gitea.com/gitea/gitea-mcp/operation/repo"
|
||||
"gitea.com/gitea/gitea-mcp/operation/search"
|
||||
"gitea.com/gitea/gitea-mcp/operation/user"
|
||||
@@ -28,6 +29,9 @@ func RegisterTool(s *server.MCPServer) {
|
||||
// Issue Tool
|
||||
issue.RegisterTool(s)
|
||||
|
||||
// Pull Tool
|
||||
pull.RegisterTool(s)
|
||||
|
||||
// Search Tool
|
||||
search.RegisterTool(s)
|
||||
|
||||
|
Reference in New Issue
Block a user