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 a798c55 commit 7926eeaCopy full SHA for 7926eea
client/src/components/SamplingTab.tsx
@@ -1,10 +1,10 @@
1
-import { TabsContent } from "@/components/ui/tabs";
2
import { Alert, AlertDescription } from "@/components/ui/alert";
3
import { Button } from "@/components/ui/button";
+import { TabsContent } from "@/components/ui/tabs";
4
import {
5
CreateMessageRequest,
6
CreateMessageResult,
7
-} from "mcp-typescript/types.js";
+} from "@modelcontextprotocol/sdk/types.js";
8
9
export type PendingRequest = {
10
id: number;
0 commit comments