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

Function json

apps/host-selfhost/src/mcp/mcp-oauth.test.ts:86–86  ·  view source on GitHub ↗
(res: Response)

Source from the content-addressed store, hash-verified

84
85// --- End-to-end MCP OAuth: DCR -> authorize -> token -> /mcp with bearer ---
86const json = async (res: Response) => (await res.json()) as Record<string, unknown>;
87
88const signUp = async (email: string): Promise<string> => {
89 const inviteCode = await mintInviteCode(handler);

Callers 1

mcp-oauth.test.tsFile · 0.70

Calls 1

jsonMethod · 0.65

Tested by

no test coverage detected