{
"event": "PreToolUse",
"tool_name": "Write",
"tool_input": {
"file_path": "\/var\/www\/mcp-servers\/mcp-db\/pytest.ini",
"content": "[pytest]\ntestpaths = tests\npython_files = test_*.py\npython_classes = Test*\npython_functions = test_*\naddopts =\n -v\n --strict-markers\n --tb=short\n --disable-warnings\nmarkers =\n validator: QueryValidator tests\n db_operations: Database operation tests\n logging: Logging tests\n config: Configuration tests\n"
}
}
{
"tool_response": {
"type": "create",
"filePath": "\/var\/www\/mcp-servers\/mcp-db\/pytest.ini",
"content": "[pytest]\ntestpaths = tests\npython_files = test_*.py\npython_classes = Test*\npython_functions = test_*\naddopts =\n -v\n --strict-markers\n --tb=short\n --disable-warnings\nmarkers =\n validator: QueryValidator tests\n db_operations: Database operation tests\n logging: Logging tests\n config: Configuration tests\n",
"structuredPatch": [],
"originalFile": null
}
}