We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Chimera-Protocol/csl-core'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•456 B
# Contributing to CSL-Core
We welcome contributions! Here's how to get started:
## Development Setup
```bash
git clone https://github.com/akarlaraytu/csl-core
cd csl-core
pip install -e .[dev]
```
## Running Tests
```bash
pytest
```
## Code Style
```bash
black .
ruff check .
```
## Pull Request Process
1. Fork the repo
2. Create a feature branch
3. Make your changes with tests
4. Run tests and linting
5. Submit PR
See README.md for more details.