Inifinite loop of "No resources found"

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

My chat gets filles with infinite instances of No resources found until i manually stop the A.I. from a task.

Steps to Reproduce

Not really sure if it’s common or not but I used Gemini 3 Pro and all i asked it to do was center a graph.

Expected Behavior

Not to get stuck

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.4.37 (user setup)
VSCode Version: 1.105.1
Commit: 7b9c34466f5c119e93c3e654bb80fe9306b6cc70
Date: 2026-02-12T23:15:35.107Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

Gemini 3

Does this stop you from using Cursor

No - Cursor works, but with this issue

1 Like

Hey, thanks for the report. The “No resources found” messages are usually related to MCP (Model Context Protocol). The agent tries to find MCP resources and gets stuck in a loop when it can’t find any.

A couple quick questions to narrow this down:

  1. Do you have any MCP servers set up? (Check Cursor Settings > Tools & MCP, or look for .cursor/mcp.json in your project.)
  2. Can you share the Request ID from that chat? (Three dots in the top right of the chat > Copy Request ID.)

If you do have MCP servers set up, try these temporary workarounds:

  • Start a new chat and try the same task
  • Fully restart Cursor
  • Temporarily disable your MCP servers and see if the loop stops

If you don’t have MCP set up, that’s especially important. It would mean the agent is incorrectly trying to run MCP requests when it shouldn’t.

Let me know, and we’ll go from there.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.