I am trying to add locally served docs to cursor. These docs are accessible on 127.0.0.1:8000. I am able to add them as docs to cursor, but it looks like they are never successfully indexed, and this is the same behavior if you add a random url, so I am guess cursor is not even seeing them. I see a similar post from Sept 2024 that suggest the docs have to be on a public url, but it looks like this is just a guess and not confirmed? Is this the case? is there anyway to add locally served docs, or a plan to do so?
Hey, documents are cached on our servers, so they can’t be used locally. To load a document, you’ll need to use a public URL.