illusionist@lemmy.zip to Programmer Humor@lemmy.ml · 7 days agoChild labour with 10 years of experience, 'AI-native' accepting 250k lines of Cursor codelemmy.mlimagemessage-square201linkfedilinkarrow-up1770arrow-down113
arrow-up1757arrow-down1imageChild labour with 10 years of experience, 'AI-native' accepting 250k lines of Cursor codelemmy.mlillusionist@lemmy.zip to Programmer Humor@lemmy.ml · 7 days agomessage-square201linkfedilink
minus-squareMyNameIsIgglePiggle@sh.itjust.workslinkfedilinkarrow-up8·6 days agoThere’s an MCP that uses LSP (Language server protocol) which is what vscode and other ides use to navigate and refactor code. The problem is it trips over cursor trying to do things
minus-squarePeriodicallyPedantic@lemmy.calinkfedilinkarrow-up1arrow-down1·6 days agoIt doesn’t seem like an inherent problem of the domain, so idk why they wouldn’t just fix that, if that means writing their own LSP MCP, or even their own LSPs for major languages.
There’s an MCP that uses LSP (Language server protocol) which is what vscode and other ides use to navigate and refactor code.
The problem is it trips over cursor trying to do things
It doesn’t seem like an inherent problem of the domain, so idk why they wouldn’t just fix that, if that means writing their own LSP MCP, or even their own LSPs for major languages.