Remix.run Logo
sreekanth850 6 hours ago

i don't know if such hacks works, but in C# if you use roslyn mcp, you save a lot.

lmeyerov 4 hours ago | parent | next [-]

Much earlier, I tried to set up some static analysis tools so that the coding agent would have access to dataflow analysis etc. tools instead of just grep for typed python. If there were benefits, they weren't easily apparent :(

xnorswap 5 hours ago | parent | prev | next [-]

I haven't tried it since it was first released but it didn't seem to work at all for me back then.

It was so slow that the roslyn results would be lagged well behind any edits it was making, which would just leave it confused.

VulgarExigency 6 hours ago | parent | prev | next [-]

I don't think they're comparable. RTK just modifies the output of CLI tools to reduce the number of tokens, a Roslyn MCP gives the agent a fundamentally superior way of interacting with a C# codebase.

antupis 6 hours ago | parent | next [-]

My main issue with rtk is that rtk randomly messes modification and agent start polling same tool continuously.

sreekanth850 6 hours ago | parent | prev [-]

Yes. and i find model makes less errors and reasoning the codebase well, especially when you do a large refactor.

CodesInChaos 3 hours ago | parent | prev [-]

Which one specifically? The ones I found looked like unmaintained throw-away experiments.

sreekanth850 3 hours ago | parent [-]

I’m using dpupek/roslyn-code-navigator (codenav-mcp) with Codex.