# AGENTS.md
## Build
python -m build
## Lint
pylint --disable=C0103
## Test
pytest tests/test_mark_article_read.py
## Style
- Alphabetical imports
- 4-space indentation
- LF line endings
- snake_case for vars/functions
- PascalCase for classes
- Type hints
- try-except for critical ops
## Testing
- Must be in `tests/`
- File names end with `.py`
- Tests should be idempotent
## Security
- Secrets in `.env`
- Never commit `.env`
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/jeromewoody/freshrss-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server