Files
gitea-mcp-server/mcp/operation/actions/actions.go
T

9 lines
148 B
Go

package actions
import (
"gitea.com/gitea/gitea-mcp/pkg/tool"
)
// Tool is the registry for all Actions-related MCP tools.
var Tool = tool.New()