> For the complete documentation index, see [llms.txt](https://docs.zetrix.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zetrix.com/en/developer-resources/zetrix-mcp-server/contributing/code-guidelines.md).

# Code Guidelines

* **TypeScript:** Use TypeScript for all source files
* **Error Handling:** Always wrap in try-catch blocks
* **Validation:** Validate all inputs
* **Documentation:** Add JSDoc comments
* **Testing:** Include unit and integration tests
* **Formatting:** Run `npm run format` before committing

***
