Skip to main content
Glama
by okta
.ruff.tomlโ€ข1.07 kB
# Exclude a variety of commonly ignored directories. exclude = [ ".bacon", ".git", ".github", ".git-rewrite", ".ipynb_checkpoints", ".pyenv", ".pytest_cache", ".pytype", ".ruff_cache", ".venv", ".vscode", ".idea", "__pypackages__", "_build", "build", "dist", "venv", ] line-length = 119 indent-width = 4 [lint] preview = true select = ["F", # Pyflakes "E", # pycodestyle "I", # isort "RUF"] # Ruff-specific rules # Allow fix for all enabled rules (when `--fix`) is provided. fixable = ["ALL"] unfixable = [] [format] line-ending = "auto" # Automatically detect the appropriate line ending. quote-style = "double" # Use double quotes for strings. indent-style = "space" # Indent with spaces, rather than tabs. skip-magic-trailing-comma = false # Respect magic trailing commas. # Enable auto-formatting of code examples in docstrings. Markdown, # reStructuredText code/literal blocks and doctests are all supported. docstring-code-format = 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/okta/okta-mcp-server'

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