The MCP PR for llama.cpp has been merged !
The MCP PR for llama.cpp has finally been merged: [https://github.com/ggml-org/llama.cpp/pull/18655](https://github.com/ggml-org/llama.cpp/pull/18655) This unlocks a pretty major piece on the llama-server / WebUI side, with MCP support, tool calls, an agentic loop, a server selector, resources, pro
Receipts (all sources)
The MCP PR for llama.cpp has finally been merged: [https://github.com/ggml-org/llama.cpp/pull/18655](https://github.com/ggml-org/llama.cpp/pull/18655) This unlocks a pretty major piece on the llama-server / WebUI side, with MCP support, tool calls, an agentic loop, a server selector, resources, pro
I just build llama.cpp and I am happy with the performance `build/bin/llama-cli -hf unsloth/Qwen3.5-35B-A3B-GGUF:UD-Q4_K_XL --ctx-size 16384 --temp 1.0 --top-p 0.95 --top-k 20 --min-p 0.00` Gets me approx. 100t/s When I change llama-cli to llama-server `build/bin/llama-se