Skip to content

Commit 9c2d401

Browse files
committed
Fix consistent type import linter errors
1 parent 8d8cde6 commit 9c2d401

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apps/dex-analysis/src/tools/dex-analysis.tools.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
import { ToolCallback } from '@modelcontextprotocol/sdk/server/mcp.js'
2-
import { ToolAnnotations } from '@modelcontextprotocol/sdk/types.js'
3-
import { z, ZodRawShape, ZodTypeAny } from 'zod'
1+
import { z } from 'zod'
42

53
import { fetchCloudflareApi } from '@repo/mcp-common/src/cloudflare-api'
64

5+
import type { ToolCallback } from '@modelcontextprotocol/sdk/server/mcp.js'
6+
import type { ToolAnnotations } from '@modelcontextprotocol/sdk/types.js'
7+
import type { ZodRawShape, ZodTypeAny } from 'zod'
78
import type { CloudflareDEXMCP } from '../dex-analysis.app'
89

910
export function registerDEXTools(agent: CloudflareDEXMCP) {

0 commit comments

Comments
 (0)