We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/s2005/wcli0'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
configValidation.md•428 B
# configValidation
- **throws for nonpositive maxCommandLength** – ensures validation rejects negative or zero maxCommandLength values.
- **throws for enabled shell missing executable fields** – detects incomplete shell executable settings.
- **throws for commandTimeout below 1** – enforces a minimum timeout of one second.
- **passes for valid configuration** – confirms that a properly formed config does not throw.