Skip to content

Commit 8df6fed

Browse files
update mcp store to use types from types/mcp
1 parent 71e0bb1 commit 8df6fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/stores/mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { create } from 'zustand';
2-
import type { MCPConfig, MCPServerTools } from '~/lib/services/mcpService';
2+
import type { MCPConfig, MCPServerTools } from '~/types/mcp';
33

44
// Tool execution tracking
55
export interface MCPToolExecution {

0 commit comments

Comments
 (0)