{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/mcp-servers\/mcp_docs\/infrastructure\/__init__.py"
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/mcp-servers\/mcp_docs\/infrastructure\/__init__.py",
"content": "\"\"\"Infrastructure Layer für MCP-Docs Server\"\"\"\nfrom infrastructure.db_connection import DatabaseConnection\nfrom infrastructure.protokoll_logger import get_logger\nfrom infrastructure.docs_repository import DocsRepository\n\n__all__ = [\"DatabaseConnection\", \"get_logger\", \"DocsRepository\"]\n",
"numLines": 7,
"startLine": 1,
"totalLines": 7
}
}
}