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
[package]
name = "interval_map"
version = "0.1.0"
edition = "2024"
license = "LicenseRef-FSL-1.1-Apache-2.0"
[dependencies]
common = { workspace = true }
fastrand = { workspace = true }
slab = { workspace = true }
[dev-dependencies]
cmd_util = { workspace = true }
common = { workspace = true, features = ["testing"] }
divan = { workspace = true }
proptest = { workspace = true }
proptest-derive = { workspace = true }
tikv-jemallocator = { workspace = true }
[[bench]]
name = "bench"
harness = false
[lints]
workspace = true