This commit is contained in:
8
operation/actions/actions.go
Normal file
8
operation/actions/actions.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package actions
|
||||
|
||||
import (
|
||||
"gitea.com/gitea/gitea-mcp/pkg/tool"
|
||||
)
|
||||
|
||||
// Tool is the registry for all Actions-related MCP tools.
|
||||
var Tool = tool.New()
|
||||
Reference in New Issue
Block a user