Skip to main content
Glama

Marketfiyati MCP Server

by yibudak
.ruff.toml641 B
target-version = "py312" fix = true [lint] extend-select = [ "B", "C90", "E501", # line too long (default 88) "I", # isort "UP", # pyupgrade ] extend-safe-fixes = ["UP008"] ignore = ["B904", "E741", "B023", "B008"] # B008: FastAPI uses Depends() in defaults exclude = ["setup/*"] [format] exclude = ["setup/*"] [lint.per-file-ignores] "__init__.py" = ["F401", "I001"] # ignore unused and unsorted imports in __init__.py "__manifest__.py" = ["B018"] # useless expression [lint.isort] section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"] [lint.mccabe] max-complexity = 16

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/yibudak/marketfiyati_mcp'

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