We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620ff6f commit 0151338Copy full SHA for 0151338
test/server-health.test.js
@@ -9,7 +9,7 @@ import {StdioClientTransport} from '@modelcontextprotocol/sdk/client/stdio.js';
9
const test_dir = dirname(fileURLToPath(import.meta.url));
10
const repo_root = resolve(test_dir, '..');
11
12
-test('MCP serves session_stats tool over stdio', async ()=>{
+test('MCP serves session_stats tool over stdio', async()=>{
13
const env = {
14
...process.env,
15
API_TOKEN: 'dummy-token',
0 commit comments