Skip to content

Commit 7624a3e

Browse files
committed
fix lint
1 parent de1b87f commit 7624a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/test/lib/mcp-server.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ describe('wrapMcpServerWithSentry', () => {
545545
jsonrpc: '2.0',
546546
method: 'tools/call',
547547
id: 'req-tool-result',
548-
params: {
548+
params: {
549549
name: 'weather-lookup',
550550
arguments: { location: 'San Francisco', units: 'celsius' }
551551
},
@@ -767,4 +767,4 @@ function createMockSseTransport() {
767767
}
768768

769769
return new SSEServerTransport();
770-
}
770+
}

0 commit comments

Comments
 (0)