{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "cd \/var\/www\/mcp-servers && ln -sf mcp_db mcp-db && ln -sf mcp_code mcp-code && ln -sf mcp_tasks mcp-tasks && ln -sf mcp_contracts mcp-contracts && ln -sf mcp_docs mcp-docs && ls -la | grep \"^l\"",
"description": "Create symlinks for dash-named dirs"
}
}
{
"tool_response": {
"stdout": "lrwxrwxrwx 1 root root 8 Dec 28 13:43 mcp-code -> mcp_code\nlrwxrwxrwx 1 root root 13 Dec 28 13:43 mcp-contracts -> mcp_contracts\nlrwxrwxrwx 1 root root 6 Dec 28 13:43 mcp-db -> mcp_db\nlrwxrwxrwx 1 root root 8 Dec 28 13:43 mcp-docs -> mcp_docs\nlrwxrwxrwx 1 root root 9 Dec 28 13:43 mcp-tasks -> mcp_tasks",
"stderr": "",
"interrupted": false,
"isImage": false
}
}