MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / telemetry

Function telemetry

api/src/telemetry/mod.rs:16–18  ·  view source on GitHub ↗
(Json(request): Json<TelemetryEvent>)

Source from the content-addressed store, hash-verified

14}
15
16async fn telemetry(Json(request): Json<TelemetryEvent>) -> Json<serde_json::Value> {
17 Json(json!({ "message": "ok", "published": request.len() }))
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected