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"
}
]
}
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"
}
]
}