Skip to main content
Glama

Signoz MCP Server

ruff.toml1.28 kB
# Target Python version target-version = "py39" # Line length configuration line-length = 150 indent-width = 4 # Enable Pyflakes (`F`), isort (`I`), and a subset of the pycodestyle (`E`) codes by default # Exclude a variety of commonly ignored directories exclude = [ ".bzr", ".direnv", ".eggs", ".git", ".git-rewrite", ".hg", ".mypy_cache", ".nox", ".pants.d", ".pytype", "*.pyi", ".ruff_cache", ".svn", ".tox", ".venv", "__pypackages__", "__pycache__", "_build", "buck-out", "build", "dist", "node_modules", "migrations", "*env/", "protos/*", "tests/" ] # Allow unused variables when underscore-prefixed [lint] dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$" select = ["E", "F", "I", "N", "UP", "B", "C4", "SIM", "RUF", "ASYNC", "S", "Q", "TC", "ARG"] fixable = ["ALL"] unfixable = [] # Ignore specific rules for specific files [lint.per-file-ignores] "__init__.py" = ["F401", "F403"] # Ignore unused imports in __init__ files "tests/**/*.py" = ["B", "C4", "E501", "F811"] # Looser rules for test files "**/*_server.py" = ["S104"] [format] quote-style = "double" indent-style = "space" docstring-code-format = true [lint.mccabe] max-complexity = 11

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/DrDroidLab/signoz-mcp-server'

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