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
main.mdc•310 B
---
description:
globs:
alwaysApply: true
---
IMPORTANT:
- project uses `pnpm` as package manager.
- do not use `npx`
- always use this pattern to handle errors
```ts
} catch (error: any) {
throw new SDKError('Failed to read cart', error); // pass the error to SDKError instance
}
```