Open2
Claude×MCP×WSL2でwindsurf、cursorに代わる開発環境を整備していく

Claude MCPサーバーのログをpowershellで tail -f 相当の見方をする
例:command-executor-mcp-server
Get-Content -Path "C:\Users\[username]\AppData\Roaming\Claude\logs\mcp-server-command-executor.log" -Wait -Encoding UTF8 -Tail 10 | ForEach-Object { $_ -replace "\\n", "`n" }
例: filesystem
Get-Content -Path "C:\Users\[username]\AppData\Roaming\Claude\logs\mcp-server-filesystem.log" -Tail 10 -Wait -Encoding UTF8 | ForEach-Object { $_ -replace "\\n", "`n" }

claude 3.7 sonnet は Claude Desktop 版を利用していて、16時から18時ぐらいまで作業していると、以下のように怒られて、制限を食らう。
では cursor で作業を続けるか、と同一モデルに作業を引き継がせようとすると止まる。
逆に、深夜12時から朝方にかけては Claude Desktop にも怒られたことはない。