-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
I am just curious if anyone has had issues with Code just not wanting in any way shape or form to connect with the client side of things. I have created several different servers in docker as simple-mcp and middleware and tested them directly with great success but when trying to "pipeline" directly without bash commanding I just can't seem to get a seamless connection through MCP with Qdrant.
MCP server "qdrant" Connection failed: spawn QDRANT_URL=http://localhost:6333 COLLECTION_NAME=ultrathink_docs uvx mcp-server-qdrant ENOENT. I have a massive vector store of documents for RAG an I just can't get that seamless connection I am trying to achieve.
Activity