Sigfrid PRO said 6 months ago :
Hi David, 
Thanks for the reply. 
If I understand well, you propose to
  • Install MCPHost (https://github.com/mark3labs/mcphost) 
  • Define the following mcphost.json (in development)
{
  "mcpServers": {
    "development_server": {
      "url": "http://localhost:3000/mcp/sse"
    }
  }
}
  • Start MCPHost
mcphost -m ollama:qwen2.5:3b --config /path/to/mcphost.json

But, at this point, how can I call the LLM?
MCPHost is a CLI host application which, if I'm not wrong, expects to interact with ollama directly in the console.

Thanks again for the help,
Sig