We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yconst/preloop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•707 B
# Contributing to Preloop
We welcome contributions from the community. To ensure a high-quality codebase, we have established the following guidelines.
## Code Style
All Python code must be formatted with `black` and `isort`. We also use `ruff` to enforce a consistent code style.
## Testing
All new features and bug fixes must be accompanied by tests. We use `pytest` for the backend and Web Test Runner for the frontend.
### Coverage
We strive to maintain a high level of test coverage. The 60% coverage target is enforced in the CI/CD pipeline:
## Submitting Changes
All changes must be submitted as a merge request. The merge request will be reviewed by a core contributor before it is merged.