We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/g0t4/mcp-server-commands'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
child_process.md•232 B
## notes about which methods to use on child_process module
- `spawn` and `spawnSync` are behind all methods. The rest are seen as convenience wrappers.
- factors:
- async vs sync (block event loop in exchange for convenience)