{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/mcp-servers\/mcp_code\/config.py",
"content": "\"\"\"Minimale Konfiguration für MCP-Code Server.\"\"\"\nimport os\n\n\nclass Config:\n \"\"\"DB-Konfiguration aus Environment.\"\"\"\n\n DB_HOST: str = os.getenv(\"DB_HOST\", \"localhost\")\n DB_USER: str = os.getenv(\"DB_USER\", \"mcp_readonly\")\n DB_PASSWORD: str = os.getenv(\"DB_PASSWORD\", \"\")\n DB_NAME: str = os.getenv(\"DB_NAME\", \"ki_dev\")\n MAX_ROWS: int = 100\n",
"numLines": 13,
"startLine": 1,
"totalLines": 13
}
}
}