-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
How are you running AnythingLLM?
Docker (local)
What happened?
(these are my first steps with mcp servers and anyting-llm... )
using anything-llm desktop version v1.8.5-r2
my anythingllm_mcp_servers.json :
{
"mcpServers": {
"MyServer" : { "type": "streamable",
"url": "http://www....."
}
}
}
the ui shows that MyServer is stopped,
when I try to start it , I get the following message :
Failed to start MCP server: Upfront [NO_CODE] Error POSTing to endpoint (HTTP 405)
I can see that a GET request was sent to the url.
but as far as I can tell , for streamable http, there need not be support for GET on the url,
Only for post.
( i've managed to connect to Myserver with another ai desktop client ....).
can someone confirm that this is an erorr in anything llm ,
or else add a link to the relevant mcp documentation/spec that addresses this issue?
Are there known steps to reproduce?
No response