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