Skip to main content
Glama

rod-mcp

by go-rod
banner.go1.38 kB
package banner import ( "fmt" "github.com/charmbracelet/lipgloss" "github.com/go-rod/rod-mcp/utils" "runtime" ) var banner = fmt.Sprintf(` ██████╗ ██████╗ ██████╗ ███╗ ███╗ ██████╗██████╗ ██╔══██╗██╔═══██╗██╔══██╗ ████╗ ████║██╔════╝██╔══██╗ ██████╔╝██║ ██║██║ ██║ ██╔████╔██║██║ ██████╔╝ ██╔══██╗██║ ██║██║ ██║ ██║╚██╔╝██║██║ ██╔═══╝ ██║ ██║╚██████╔╝██████╔╝ ██║ ╚═╝ ██║╚██████╗██║ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ [Rod MCP %s Release] Go Rod Team Build: [%s] [%s] `, Version, Build, localTime) var ( Version = "" BuildTime = "" localTime = utils.GetChinaZoneTime(BuildTime) style = lipgloss.NewStyle(). Bold(true). Foreground(lipgloss.Color("#30c3e6")) Build = fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH) ) func ShowBanner() string { return style.Render(banner) }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/go-rod/rod-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server