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
shellExecution.md•379 B
# integration/shellExecution
- **should reject commands with blocked operators** – executing a command containing `;` results in an `McpError`.
- **should enforce working directory restrictions** – commands fail when executed from disallowed directories.
- **should execute when working directory allowed** – succeeds when the directory is permitted by the configuration.