Skip to content

Commit ec5d736

Browse files
committed
fix lint
1 parent 284e763 commit ec5d736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/integrations/mcp-server/validation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*/
44

55
import { DEBUG_BUILD } from '../../debug-build';
6-
import type { JsonRpcNotification, JsonRpcRequest } from './types';
76
import { debug } from '../../utils/debug-logger';
7+
import type { JsonRpcNotification, JsonRpcRequest } from './types';
88

99
/** Validates if a message is a JSON-RPC request */
1010
export function isJsonRpcRequest(message: unknown): message is JsonRpcRequest {

0 commit comments

Comments
 (0)