We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keboola/keboola-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[mypy]
python_version = 3.10
warn_return_any = True
warn_unused_configs = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
check_untyped_defs = True
disallow_untyped_decorators = False
no_implicit_optional = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_no_return = True
warn_unreachable = True
show_error_codes = True
ignore_missing_imports = True
[mypy.plugins.numpy.*]
ignore_errors = True
[mypy-pandas.*]
ignore_missing_imports = True
[mypy-kbcstorage.*]
ignore_missing_imports = True
[mypy-mcp.*]
ignore_missing_imports = True
[mypy-httpx.*]
ignore_missing_imports = True