We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6239c16 commit 3caf687Copy full SHA for 3caf687
src/scenarios/server/tools.ts
@@ -388,6 +388,9 @@ Implement tool \`test_tool_with_logging\` with no arguments.
388
const connection = await connectToServer(serverUrl);
389
const notifications = new NotificationCollector(connection.client);
390
391
+ // Set logging level to debug
392
+ await connection.client.setLoggingLevel('debug');
393
+
394
await connection.client.callTool({
395
name: 'test_tool_with_logging',
396
arguments: {}
0 commit comments