Skip to main content
Glama

mcp-trino

by tuannvm
MIT License
73
  • Apple
  • Linux
.goreleaser.yml816 B
# GoReleaser configuration version: 2 before: hooks: - go mod tidy builds: - binary: "{{ .ProjectName }}" main: ./cmd env: - CGO_ENABLED=0 goos: - linux - darwin - windows goarch: - amd64 - arm64 - arm ldflags: - -s -w -X main.Version={{.Version}} archives: - format_overrides: - goos: windows format: zip name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" # Use simpler snapshot naming to ensure compatibility snapshot: name_template: "next" changelog: sort: asc filters: exclude: - "^docs:" - "^test:" # Explicitly configure GitHub Releases release: draft: false prerelease: auto name_template: "{{.ProjectName}} v{{.Version}}"

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/tuannvm/mcp-trino'

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