Skip to content

dolphin-mcp-cli getting stuck #25

@sskohli01

Description

@sskohli01

I have local ollama installed on my mac m1.
I have downloaded the chinook db. When i run the following command
dolphin-mcp-cli --model qwen "list tables"
I just get
[OK] dolphin-demo-database-sqlite
then the command just hangs and there the cpu goes to 100%
Please help
This is my config.
{
"mcpServers": {
"dolphin-demo-database-sqlite": {
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"./Chinook.db"
]
}
},
"models": [
{
"model": "qwen2.5:32b",
"title": "qwen",
"client": "http://localhost:11434",
"keep_alive_seconds":"240",
"provider": "ollama"
}

]
}

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