MCPcopy
hub / github.com/nowork-studio/NotFair / http401

Function http401

notfair-cmo/src/server/mcp/rpc.test.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38function http401(): Response {
39 return new Response("unauthorized", { status: 401 });
40}
41
42beforeEach(() => {
43 testDb = new Database(":memory:");

Callers 1

rpc.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected