We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[package]
name = "sdf-v1-routes-ws"
version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
[dependencies]
axum = { workspace = true }
dal = { path = "../dal" }
frigg = { path = "../frigg" }
futures = { workspace = true }
futures-lite = { workspace = true }
miniz_oxide = { workspace = true }
nats-multiplexer-client = { path = "../nats-multiplexer-client" }
nats-std = { path = "../nats-std" }
remain = { workspace = true }
sdf-core = { path = "../sdf-core" }
sdf-extract = { path = "../sdf-extract" }
serde = { workspace = true }
serde_json = { workspace = true }
si-data-nats = { path = "../si-data-nats" }
si-data-pg = { path = "../si-data-pg" }
si-events = { path = "../si-events-rs" }
si-frontend-mv-types = { path = "../si-frontend-mv-types-rs" }
si-frontend-types = { path = "../si-frontend-types-rs" }
telemetry = { path = "../telemetry-rs" }
telemetry-utils = { path = "../telemetry-utils-rs" }
thiserror = { workspace = true }
tokio = { workspace = true }
tokio-stream = { workspace = true }
tokio-tungstenite = { workspace = true }
tokio-util = { workspace = true }
y-sync = { workspace = true }