MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / unavailable

Function unavailable

packages/hosts/mcp/src/seams.ts:150–153  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

148 code === undefined ? { _tag: "Forbidden", message } : { _tag: "Forbidden", code, message };
149
150export const unavailable = (message: string): McpUnavailable => ({
151 _tag: "Unavailable",
152 message,
153});
154
155// ===========================================================================
156// SEAM 1 — McpAuthProvider: OAuth metadata + per-request authn/authz + challenge.

Callers 1

authenticateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected