Skip to main content
Glama
ruff.toml596 B
target-version = "py312" line-length = 100 [lint] select = [ "E", # pycodestyle errors "W", # pycodestyle warnings "F", # pyflakes "I", # isort "UP", # pyupgrade "RUF", # Ruff-specific rules ] ignore = [ "E501", # Line too long (handled by formatter) ] [lint.isort] known-first-party = ["plugin", "bridge"] [lint.per-file-ignores] "__init__.py" = ["F401"] # Allow unused imports in __init__.py files "scripts/*" = ["T201"] # Allow print statements in scripts "bridge/binja_mcp_bridge.py" = ["E402"] # Imports after exception hook setup (intentional)

Latest Blog Posts

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/fosdickio/binary_ninja_mcp'

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