Hi,
I'm using Cursor. Cursor seems to spawn 1 MCP per window. So if I have 1 window with N chats, it only has 1 MCP.
This means, if chat 1 request "foo.ts", then chat 2 requests "foo.ts", chat 2 never gets to see the full file (because cachebro caches it). I think this is a blindspot, because that means chat 2 will be useless (the agent never sees the file content).
Hi,
I'm using Cursor. Cursor seems to spawn 1 MCP per window. So if I have 1 window with N chats, it only has 1 MCP.
This means, if chat 1 request "foo.ts", then chat 2 requests "foo.ts", chat 2 never gets to see the full file (because cachebro caches it). I think this is a blindspot, because that means chat 2 will be useless (the agent never sees the file content).