fix(api): preHandler return type for requireAuth; clean oauth.ts
This commit is contained in:
@@ -257,8 +257,6 @@ export async function oauthRoutes(app: FastifyInstance): Promise<void> {
|
||||
scopes_supported: ['mcp:read', 'mcp:write'],
|
||||
});
|
||||
});
|
||||
|
||||
void config;
|
||||
}
|
||||
|
||||
function reqBase(req: { protocol?: string; headers: Record<string, string | string[] | undefined> }): string {
|
||||
|
||||
Reference in New Issue
Block a user