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