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
shellSpecific.md•774 B
# validation/shellSpecific
- **blocks operators based on shell context** – verifies that dangerous shell operators like `&` or `;` are rejected when blocked for that shell.
- **allows all operators if none are blocked** – ensures commands are accepted when the blocked list is empty.
- **blocks commands based on shell context** – tests that listed command names are correctly detected and rejected per shell.
- **normalizes command names for validation** – confirms that file extensions or paths do not bypass blocked command checks.
- **blocks arguments based on shell context** – ensures that prohibited arguments are found regardless of position.
- **handles simple argument patterns** – checks that only exact argument matches are blocked, not substrings.