We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e75245 commit 701cab8Copy full SHA for 701cab8
server/routes/auth-mcp.js
@@ -62,9 +62,7 @@ async function authPlugin(fastify) {
62
const accessToken = req.encryptedSession.get('mcp_accessToken');
63
64
const isAuthenticated = Boolean(accessToken);
65
- reply.send({ isAuthenticated });
66
-
67
- return reply;
+ return reply.send({ isAuthenticated });
68
});
69
}
70
0 commit comments