We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blizzy78/mcp-task-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
basic-tests.instructions.md•219 B
---
applyTo: "**"
---
Keep tests simple. We only need a basic test suite. Only add or change what's really needed.
Only test a few edge cases, not all exotic ones.
Test code coverage of 100% is ideal, but not required.