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 86c2e4f commit f5932a3Copy full SHA for f5932a3
packages/mcp-common/src/api-token-mode.ts
@@ -16,7 +16,6 @@ export async function isApiTokenRequest(req: Request, env: RequiredEnv) {
16
}
17
18
const authHeader = req.headers.get('Authorization')
19
- console.log(authHeader)
20
if (!authHeader) return false
21
22
const [type, token] = authHeader.split(' ')
0 commit comments