We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/get-convex/convex-backend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[profile.ci.junit]
path = "junit.xml"
[profile.ci]
fail-fast = false
failure-output = "immediate-final"
[[profile.ci.overrides]]
filter = 'test(/model::tests::model_tests::/)'
test-group = 'model-tests'
[[profile.ci.overrides]]
filter = 'test(/roundtrips/) or test(/proptest/)'
test-group = 'proptests'
[test-groups]
model-tests = { max-threads = 4 }
proptests = { max-threads = 4 }