Some checks failed
release-nightly / release-image (push) Has been cancelled
9 lines
148 B
Go
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()
|