Viewing profile — kerlenton
kerlenton
HN member- Joined
- Sat, Jun 27, 2026, 8:27 PM UTC
- HN karma
- 36
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About kerlenton
https://github.com/kerlenton
Recent public activity
-
comment
Comment #49002901
[dead]
- story
-
comment
Comment #48793963
Ha, fair. tshark in a shell works fine, the only reason to wrap it is typed output and not handing the agent a raw shell.
-
comment
Comment #48789004
[dead]
-
comment
Comment #48788861
Thanks, that means a lot. Would love to hear how it goes once you try it
-
comment
Comment #48783132
There's nothing redacted because the header isn't collected in the first place. Under http mode, the proxy intercepts the JSON-RPC messages, but not their headers, so there's no wa…
-
comment
Comment #48779576
[dead]
-
comment
Comment #48779414
Maybe, but I didn't do it. Perhaps people are boosting their karma?
-
comment
Comment #48779328
[dead]
-
comment
Comment #48779235
Thanks a lot!
-
comment
Comment #48779211
Thank you! Showing the data in a web page should definitely be possible. But I’m not sure if this matches the original idea I had, where the tool would run in the terminal only. Wh…
-
comment
Comment #48778130
Thanks! Actually, there is already an MCP for Wireshark, for example https://github.com/0xKoda/WireMCP
-
comment
Comment #48777159
[flagged]
- story
-
comment
Comment #48758157
[flagged]
-
comment
Comment #48758135
[flagged]
-
comment
Comment #48719216
[flagged]
-
comment
Comment #48718824
Makes sense. 3 generic tools + summarize first is a nice approach to sidestepping the problem of too many tools. But it looks like it shifts the chokepoint around rather than elimi…
-
comment
Comment #48718754
Multiplexing the agents is clearly the first obvious pain point, but the other one I keep encountering after this is visibility: with multiple agents running, it becomes difficult …
-
comment
Comment #48718472
The catalog approach is appropriate for MCP as well. Something I would be interested in: once you have all of your services/APIs/DBs exposed via one MCP server, the next choke poin…
-
comment
Comment #48718428
The deterministic MCP server testing without any LLM in the loop is actually pretty useful for CI. However, the issue that I run into consistently is a level above: the server can …
-
comment
Comment #48708191
A helpful place to start. One item that I would point out is that many authorities exist at the time of running the program rather than in the configuration or tool definition. So …
-
comment
Comment #48708107
The approach you described to recording and replaying actions seems interesting. I went at this problem from a different perspective, though. I developed a wiretap transparent prox…