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 662f41a commit 079727cCopy full SHA for 079727c
exercises/02.init/01.problem.authenticate/src/index.ts
@@ -72,7 +72,7 @@ export default {
72
73
if (url.pathname === '/mcp') {
74
// 🐨 check if the request has an Authorization header
75
- // 🐨 if it does, call and return the result of handleUnauthorized
+ // 🐨 if it does not, call and return the result of handleUnauthorized
76
77
const mcp = EpicMeMCP.serve('/mcp', {
78
binding: 'EPIC_ME_MCP_OBJECT',
0 commit comments