Replies: 6 comments 8 replies
|
No luck here either :c I get the error with Tavily: {"error":{"code":500,"message":"invalid URL: no scheme","type":"server_error"}} I also have these error messages in the MCP config in the webui itself: |
3 replies
|
Looks like llama.cpp does not support the "sse" variants of the protocol. |
3 replies
|
I think somebody else has a similar problem: |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment







Uh oh!
There was an error while loading. Please reload this page.
Can anybody give me a hint on how to get "Brave search MCP" server running with the WebUI of llama.cpp? I did setup "Brave search MCP" in Docker (https://github.com/Shoofio/brave-search-mcp-sse) and it starts correct according to the logs. I can cannect to it with the browser too.
I added --webui-mcp-proxy as start parameter for llama-sever
Configured http://192.168.100.100:8088/sse as MCP server (beeing [192.168.100.100:8088 my mcp server)
The llama.cpp WebUI gives me a Streamable HTTP error: Error POSTing to endpoint: 8f <title> error
The llama-server shows
srv proxy_reques: proxying POST request to http://192.168.100.100:8088/sse
srv log_server_r: done request: POST /cors-proxy 192.168.100.79 404
Wherer 192.168.100.79 is my browser client running th llama.cpp WebUI.
All reactions