←back to thread

1479 points sandslash | 2 comments | | HN request time: 0.446s | source
1. yahoozoo ◴[] No.44317512[source]
I was trying to do some reverse engineering with Claude using an MCP server I wrote for a game trainer program that supports Python scripts. The context window gets filled up _so_ fast. I think my server is returning too many addresses (hex) when Claude searches for values in memory, but it’s annoying. These things are so flaky.
replies(1): >>44326604 #
2. diggan ◴[] No.44326604[source]
Yeah, usually I'd steer my agents to never use the output directly from any command, and instead redirect it to a logfile, then force it to search/grep stuff directly from the log-file instead of just getting all the outputs at all times. Seems to work OK.