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
processManagement.md•549 B
# processManagement
- **should terminate process on timeout** – ensures that a long-running command is killed after exceeding the configured timeout.
- **should handle process spawn errors gracefully** – verifies that spawn failures throw a descriptive `McpError`.
- **should propagate shell process errors** – checks that errors emitted by the spawned process reject the command.
- **should clear timeout when process exits normally** – confirms that the timeout is cleared and the process is not killed when it finishes before the limit.