Skip to content

Commit de6e2cd

Browse files
committed
Quick bug fix for #286
1 parent b65315f commit de6e2cd

File tree

1 file changed

+1
-1
lines changed
  • packages/agents-core/src/shims/mcp-server

1 file changed

+1
-1
lines changed

packages/agents-core/src/shims/mcp-server/node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Client } from '@modelcontextprotocol/sdk/client/index.js';
2-
import { DEFAULT_REQUEST_TIMEOUT_MSEC } from '@modelcontextprotocol/sdk/shared/protocol';
2+
import { DEFAULT_REQUEST_TIMEOUT_MSEC } from '@modelcontextprotocol/sdk/shared/protocol.js';
33

44
import {
55
BaseMCPServerStdio,

0 commit comments

Comments
 (0)