fix mcp auth, styling fixes

This commit is contained in:
dswbx
2025-08-30 13:31:48 +02:00
parent fb0dbb9a51
commit 09fdde1c5b
8 changed files with 32 additions and 22 deletions

View File

@@ -1,13 +1,5 @@
import {
mark,
stripMark,
$console,
s,
objectEach,
transformObject,
McpServer,
DebugLogger,
} from "bknd/utils";
import { mark, stripMark, $console, s, objectEach, transformObject, McpServer } from "bknd/utils";
import { DebugLogger } from "core/utils/DebugLogger";
import { Guard } from "auth/authorize/Guard";
import { env } from "core/env";
import { BkndError } from "core/errors";