We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mothlike/mcp_graylog'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
black-formatter.mdc•511 B
---
alwaysApply: true
rules:
- Always use double quotes for strings in Python code.
- Follow Black formatter code style for all Python code.
- Use 88 character line length limit (Black default).
- Use 4 spaces for indentation (Black default).
- Remove trailing whitespace.
- Use proper spacing around operators and after commas.
- Follow Black's opinionated formatting decisions for imports, line breaks, and parentheses.
- Ensure all Python files are formatted according to Black standards.
---