We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/helixml/kodit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
style.mdc•321 B
---
description:
globs:
alwaysApply: true
---
Please maintain the following coding standards while developing code:
1. This project uses a domain-driven design approach. Please consider in which layer
your code belongs.
2. Run `uv run ruff check --fix` to lint the code.
3. Run `uv run pytest ...` to test the code.