←back to thread

1480 points sandslash | 1 comments | | HN request time: 0.206s | source
Show context
johnwheeler ◴[] No.44323784[source]
https://github.com/screencam/typescript-mcp-server

I've been working on this project. I built this in about two days, using it to build itself at the tail end of the effort. It's not perfect, but I see the promise in it. It stops the thrashing the LLMs can do when they're looking for types or trying to resolve anything like that.

replies(1): >>44326660 #
diggan ◴[] No.44326660[source]
> Traditional: Read 5000 lines → Find method → Replace → Write 5000 lines

What of today's agents work like this? None of the ones I've tried would do something like that, but instead would grep/search the file, then do a smaller edit (different tools do those in different ways).

Overall, it does feel like a strawman argument against "Traditional" when almost none of the tooling actually works like that.

replies(1): >>44333072 #
1. johnwheeler ◴[] No.44333072[source]
Apologies - I had the LLM generate the readme and it looks like it got a bit overzealous. I'll get some actual benchmarks and cost usage analysis going. I've tamed the README somewhat. Please check it out!