We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kpeacocke/souschef'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
contributing.md•1.14 KiB
# Contributing to SousChef
Thank you for your interest in contributing to SousChef! We welcome contributions of all kinds.
For complete contributing guidelines, please see [CONTRIBUTING.md](https://github.com/kpeacocke/souschef/blob/main/CONTRIBUTING.md) in the repository.
## Architecture Guide
**New to the codebase?** Read the [**ARCHITECTURE.md**](./ARCHITECTURE.md) guide first! It explains:
- Where different code belongs and why
- Module structure and responsibilities
- Design patterns used throughout the project
- Decision tree for adding new features
- Common scenarios and troubleshooting
This is essential reading before making contributions!
## Quick Links
- [Architecture Overview](./ARCHITECTURE.md) - Where code goes and why
- [Development Setup](https://github.com/kpeacocke/souschef/blob/main/CONTRIBUTING.md#development-setup)
- [Code Standards](https://github.com/kpeacocke/souschef/blob/main/CONTRIBUTING.md#code-standards)
- [Testing Requirements](https://github.com/kpeacocke/souschef/blob/main/CONTRIBUTING.md#testing-requirements)
- [Submitting Changes](https://github.com/kpeacocke/souschef/blob/main/CONTRIBUTING.md#submitting-changes)