Skip to content

Commit 0151338

Browse files
committed
coding
1 parent 620ff6f commit 0151338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server-health.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {StdioClientTransport} from '@modelcontextprotocol/sdk/client/stdio.js';
99
const test_dir = dirname(fileURLToPath(import.meta.url));
1010
const repo_root = resolve(test_dir, '..');
1111

12-
test('MCP serves session_stats tool over stdio', async ()=>{
12+
test('MCP serves session_stats tool over stdio', async()=>{
1313
const env = {
1414
...process.env,
1515
API_TOKEN: 'dummy-token',

0 commit comments

Comments
 (0)