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 = "events"
version = "0.1.0"
authors = ["Convex, Inc. <no-reply@convex.dev>"]
edition = "2024"
license = "LicenseRef-FSL-1.1-Apache-2.0"
[package.metadata.cargo-machete]
ignored = ["proptest", "proptest-derive"]
[features]
testing = [
"common",
"common/testing",
"parking_lot",
"proptest",
"proptest-derive",
]
[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
common = { workspace = true, optional = true }
parking_lot = { workspace = true, optional = true }
proptest = { workspace = true, optional = true }
proptest-derive = { workspace = true, optional = true }
serde = { workspace = true }
tracing = { workspace = true }
[dev-dependencies]
common = { workspace = true, features = ["testing"] }
parking_lot = { workspace = true }
proptest = { workspace = true }
proptest-derive = { workspace = true }
serde_json = { workspace = true }
[lints]
workspace = true