We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Quaestor-Technologies/smx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ruff.toml•529 B
[lint]
ignore = [
"S101", # Use of assert detected (normal in tests)
"ANN001", # Missing type annotation for function argument
"ANN201", # Missing return type annotation for public function
"PT006", # Wrong type passed to first argument of pytest.mark.parametrize
"PT011", # pytest.raises too broad
"B017", # Assert blind exception
"B007", # Loop control variable not used
"PERF102", # When using only values of dict use values() method
"SIM117", # Use single with statement
]