-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Question
Hello,
I am trying to use arbor with qwen cli, but it shows errors:
✖ MCP ERROR (arbor): Error: SSE error: TypeError: fetch failed: │
│ unknown scheme │
│ ✖ Error during discovery for server 'arbor': SSE error: │
│ TypeError: fetch failed: unknown scheme │
│ ✖ MCP ERROR (arbor): Error: SSE error: TypeError: fetch failed: │
│ unknown scheme
My settings.json is:
{
"mcpServers": {
"arbor": {
"mode": "ws",
"url": "ws://127.0.0.1:8080",
"timeout": 15000
}
},
"$version": 2
}
The cli says that server is running 👍
I do not know if qwen cli an use stdio as bridge with arbor.
Environment
- OS:Debian 12
- Arbor Version: latest
It seems arbor is indexing a lot of unnecessary files: for example, for a flutter project it should only load .dart files, but it loads some other extensions if they are located in subfolders. Is there a way to filter the files for indexing?
Thank you in advance for your help.