Skip to main content
Glama

AWS Nova Canvas

Official
by awslabs
.ruff.toml690 B
# ruff.toml line-length = 99 extend-include = ["*.ipynb"] force-exclude = true exclude = [ ".venv", "**/__pycache__", "**/node_modules", "**/dist", "**/build", "**/env", "**/.ruff_cache", "**/.venv", "**/.ipynb_checkpoints" ] [lint] exclude = ["__init__.py"] select = ["C", "D", "E", "F", "I", "W"] ignore = ["C901", "E501", "E741", "F402", "F823", "D100", "D106"] [lint.isort] lines-after-imports = 2 no-sections = true [lint.per-file-ignores] "**/*.ipynb" = ["F704"] [lint.pydocstyle] convention = "google" [format] quote-style = "single" indent-style = "space" skip-magic-trailing-comma = false line-ending = "auto" docstring-code-format = true

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/awslabs/mcp'

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