We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
concept_cli_debug.md•971 B
---
createdAt: 2024-08-11
updatedAt: 2025-11-22
title: Debug Intlayer Command
description: Learn how to debug and troubleshoot Intlayer CLI issues.
keywords:
- Debug
- Troubleshoot
- CLI
- Intlayer
slugs:
- doc
- concept
- cli
- debug
---
# Debug intlayer command
## 1. **Ensure you're using the latest version**
Run:
```bash
npx intlayer --version # current locale intlayer version
npx intlayer@latest --version # current latest intlayer version
```
## 2. **Check if the command is registered**
You can check with:
```bash
npx intlayer --help # Shows the list of available commands and usage information
npx intlayer dictionary build --help # Shows the list of available options for a command
```
## 3. **Restart your terminal**
Sometimes a terminal restart is needed to recognize new commands.
## 4. **Clear npx cache (if you're stuck with an older version)**
```bash
npx clear-npx-cache
```