Skip to content

Commit 2e67b0a

Browse files
committed
Revert src/services/mcp/McpHub.ts back to main branch state
1 parent bed08af commit 2e67b0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/services/mcp/McpHub.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ export class McpHub {
14821482
timeout = 60 * 1000
14831483
}
14841484

1485-
const result = await connection.client.request(
1485+
return await connection.client.request(
14861486
{
14871487
method: "tools/call",
14881488
params: {
@@ -1495,7 +1495,6 @@ export class McpHub {
14951495
timeout,
14961496
},
14971497
)
1498-
return result as McpToolCallResponse
14991498
}
15001499

15011500
/**

0 commit comments

Comments
 (0)