diff --git a/src/scenarios/server/tools.ts b/src/scenarios/server/tools.ts index 656df0a..ae07cb2 100644 --- a/src/scenarios/server/tools.ts +++ b/src/scenarios/server/tools.ts @@ -388,6 +388,9 @@ Implement tool \`test_tool_with_logging\` with no arguments. const connection = await connectToServer(serverUrl); const notifications = new NotificationCollector(connection.client); + // Set logging level to debug + await connection.client.setLoggingLevel('debug'); + await connection.client.callTool({ name: 'test_tool_with_logging', arguments: {}