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 284e763 commit ec5d736Copy full SHA for ec5d736
packages/core/src/integrations/mcp-server/validation.ts
@@ -3,8 +3,8 @@
3
*/
4
5
import { DEBUG_BUILD } from '../../debug-build';
6
-import type { JsonRpcNotification, JsonRpcRequest } from './types';
7
import { debug } from '../../utils/debug-logger';
+import type { JsonRpcNotification, JsonRpcRequest } from './types';
8
9
/** Validates if a message is a JSON-RPC request */
10
export function isJsonRpcRequest(message: unknown): message is JsonRpcRequest {
0 commit comments