no idea how to get mcp-qdrant to work #8850
Replies: 1 comment 1 reply
-
|
The log suggests transport/env propagation is no longer the first problem. The request reaches the
The quickest test is to point the extension at a brand-new collection name and try store/find again. If that works, the connection settings are fine and the existing collection schema is the mismatch. The alternatives are to recreate the collection, or configure the embedding model/provider to match the vector name already present in that collection. The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
testing with goose for windows and created the extension with socat forwarding because it looks like this https://github.com/qdrant/mcp-server-qdrant/ env vars are not being used.
http://192.168.x.x:8001/mcp
{"name": "extensionmanager__list_resources", "parameters": {"extension_name": "mcp-qdrant"}}
0:28
Edit
Copy
Read Resource uri: (ui://mcp-qdrant_find)
Tool Details
uri
(ui://mcp-qdrant_find)
Output
Extension operation failed: Failed to read resource: Resource with uri '(ui://mcp-qdrant_find)' not found. Here are the available extensions: computercontroller, mcp-qdrant_testing_, mcp-qdrant, tom, apps, skills, extensionmanager, developer, summon, todo, analyze
0:28
It seems like the extensionmanager__read_resource function had an error reading the resource again. The error message indicates that it could not find a resource with the specified URI ('(ui://mcp-qdrant_find)').
Unfortunately, I couldn't find any information on how to proceed using the provided functions and arguments.
To continue our conversation, I'll need to figure out what caused this issue and how to resolve it. Can you please provide more information about your setup and data?
One possible approach would be to use the extensionmanager__list_resources function again with a valid URI from the QDRANT extension:
{"name": "extensionmanager__list_resources", "parameters": {"extension_name": "mcp-qdrant"}}
0:28
Copy
{"name": "extensionmanager__list_resources", "parameters": {"extension_name": "mcp-qdrant"}}
0:30
Edit
Copy
List Resources extension_name: mcp-qdrant
Tool Details
extension_name
mcp-qdrant
Output
apps - clock, uri: (ui://apps/clock)
Output
Output
Output
0:30
It seems like the extensionmanager__list_resources function has returned a list of resources from the mcp-qdrant extension. The output includes an app named "clock" with its corresponding URI.
If you want to get more information about this resource, such as its description or usage instructions, you can use the extensionmanager__read_resource function with its proper arguments:
{"name": "extensionmanager__read_resource", "parameters": {"uri": "(ui://apps/clock)"}}
0:30
Beta Was this translation helpful? Give feedback.
All reactions