We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e7fc0 commit 8798fa1Copy full SHA for 8798fa1
src/client/batch-mock-collector.ts
@@ -15,7 +15,7 @@ export interface BatchMockCollectorOptions {
15
/**
16
* TCP port exposed by {@link TestMockMCPServer}.
17
*
18
- * @default 8080
+ * @default 3002
19
*/
20
port?: number;
21
@@ -61,7 +61,7 @@ interface PendingRequest {
61
const DEFAULT_TIMEOUT = 60_000;
62
const DEFAULT_BATCH_DEBOUNCE_MS = 0;
63
const DEFAULT_MAX_BATCH_SIZE = 50;
64
-const DEFAULT_PORT = 8080;
+const DEFAULT_PORT = 3002;
65
66
67
* Collects HTTP requests issued during a single macrotask and forwards them to
0 commit comments