Skip to main content
Glama

MCP Trino Server

by alaturqua
ruff.toml735 B
line-length = 120 cache-dir = "~/.cache/ruff" exclude = [".venv", "code/tests", "docs", "scripts"] target-version = "py311" [lint] select = ["ALL", "I"] ignore = [ "PLR0913", "D104", "D105", "D107", "B028", "S603", "S607", "PLR2004", "ANN204", "ANN002", "ANN003", "FBT", "TD", "FIX", "G004", # formatter does not support: "COM812", "ISC001", ] unfixable = [ "ERA", # don't delete commented out code automatically "T20", # don't delete prints automatically ] [lint.pydocstyle] convention = "google" [lint.flake8-tidy-imports] ban-relative-imports = "all" [lint.flake8-annotations] suppress-none-returning = true

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

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