这是indexloc提供的服务,不要输入任何密码
Skip to content

[BUG]: unable to connect to a Streamable mcp server #4411

@omerbrandis

Description

@omerbrandis

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

Metadata

Metadata

Assignees

Labels

DesktopinvestigatingCore team or maintainer will or is currently looking into this issuepossible bugBug was reported but is not confirmed or is unable to be replicated.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions