@@ -0,0 +1,13 @@
package main
import (
"gitea.com/gitea/gitea-mcp/cmd"
)
var (
Version = "dev"
func main() {
cmd.Execute(Version)
}
The note is not visible to the blocked user.