MCPcopy Create free account
hub / github.com/HKUDS/AgentSpace / callbackLiveStep

Function callbackLiveStep

scripts/feishu/smoke.test.ts:2281–2291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2279}
2280
2281function callbackLiveStep() {
2282 return {
2283 name: "AgentSpace callback URL verification",
2284 status: "pass",
2285 detail: "ok",
2286 liveCheck: true,
2287 requiredEnv: ["FEISHU_SMOKE_CALLBACK_URL", "FEISHU_VERIFICATION_TOKEN"],
2288 callbackRoute: "/api/integrations/feishu/events",
2289 callbackRouteFingerprint: "sha256:0123456789abcdef",
2290 };
2291}
2292
2293function liveStep(
2294 name: string,

Callers 1

buildEvidenceFixtureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected