diff --git a/src/scenarios/server/tools.ts b/src/scenarios/server/tools.ts index e8d27d0..e445a5c 100644 --- a/src/scenarios/server/tools.ts +++ b/src/scenarios/server/tools.ts @@ -119,8 +119,8 @@ Implement tool \`test_simple_text\` with no arguments that returns: const connection = await connectToServer(serverUrl); const result = await connection.client.callTool({ - name: 'test_simple_text', - arguments: {} + name: 'test_simple_text' + /* omit arguments as it is not required in the schema */ }); // Validate response