Skip to content

Commit fe73586

Browse files
committed
chore: update v3 tests
1 parent 1332f27 commit fe73586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/v3/sse.v3.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { McpServer } from '../mcp.js';
55
import { createServer, type Server } from 'node:http';
66
import { AddressInfo } from 'node:net';
77
import * as z from 'zod/v3';
8-
import { CallToolResult, JSONRPCMessage } from 'src/types.js';
8+
import { CallToolResult, JSONRPCMessage } from '../../types.js';
99

1010
const createMockResponse = () => {
1111
const res = {

0 commit comments

Comments
 (0)