Skip to content

ollama: tools only called with Qwan2.5 #114

@deadprogram

Description

@deadprogram

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions