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 f895766 commit 0c7e6aeCopy full SHA for 0c7e6ae
tests/integration/transports/createSessionConfig.test.ts
@@ -2,7 +2,6 @@ import { StreamableHttpRunner } from "../../../src/transports/streamableHttp.js"
2
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
3
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js";
4
import { describe, expect, it, beforeAll, afterAll } from "vitest";
5
-import type { UserConfig } from "../../../src/common/config.js";
6
import { TransportRunnerConfig } from "../../../src/lib.js";
7
import { defaultTestConfig } from "../helpers.js";
8
0 commit comments