We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/commercetools/mcp-essentials'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test.mdc•319 B
---
description: Writing tests
globs:
alwaysApply: true
---
Always follow these rules:
- After creating a new functionality create test cases for all possible paths
- After updating or refactoring update test cases or create new ones
- Run related tests and make sure all pass
- project uses `pnpm` as package manager