Skip to content

Commit

Permalink
fix import inMemory
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiepro committed Dec 4, 2024
1 parent b8bf47d commit 13f4f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/base/host/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
import { Transport } from "@modelcontextprotocol/sdk/shared/transport.js";
import { InMemoryTransport } from "@modelcontextprotocol/sdk/inmemory.js";
import { InMemoryTransport } from "@modelcontextprotocol/sdk/inMemory.js";

const serverStarters: Record<string, (transport: Transport) => Promise<void>> =
{};
Expand Down

0 comments on commit 13f4f1e

Please sign in to comment.