-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
Hello, all
Had immediate success using Qwen2.5 calling my custom MCP server based on mcp-go using http streaming interface.
This works:
mcphost -m ollama:qwen2.5 --config ./examples/mcp/mcp.yml
Feeling excited, I tried some other models.
However, I was not able to get any other models to call any tools.
For example this does not make any calls:
mcphost -m ollama:mistral:7b-instruct --config ./examples/mcp/mcp.yml
It just outputs suggestions on how to write some Python code.
nor does
mcphost -m ollama:llama3.2:latest --config ./examples/mcp/mcp.yml
Has anyone else gotten any other models to make tool calls? Am I missing something here?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels