Skip to content

Commit 7926eea

Browse files
committed
Fix import
1 parent a798c55 commit 7926eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/SamplingTab.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import { TabsContent } from "@/components/ui/tabs";
21
import { Alert, AlertDescription } from "@/components/ui/alert";
32
import { Button } from "@/components/ui/button";
3+
import { TabsContent } from "@/components/ui/tabs";
44
import {
55
CreateMessageRequest,
66
CreateMessageResult,
7-
} from "mcp-typescript/types.js";
7+
} from "@modelcontextprotocol/sdk/types.js";
88

99
export type PendingRequest = {
1010
id: number;

0 commit comments

Comments
 (0)