We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/griffinwork40/twilio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
todo.md•523 B
# TODO
## Completed
- [x] Set up Jest with TypeScript support
- [x] Configure coverage reporting
- [x] Add tests for tool schemas
- [x] Add tests for storage modules
- [x] Add tests for services
- [x] Add tests for webhook endpoints
- [x] Document testing patterns in README
## Future Improvements
- [ ] Add integration tests with real Twilio sandbox
- [ ] Improve ESM module handling to get accurate coverage metrics
- [ ] Add end-to-end tests for MCP server
- [ ] Add GitHub Actions CI workflow for automated testing