feat: add sample MCP configuration for Dolphin server

This commit is contained in:
2025-03-25 18:10:28 +00:00
parent 6c85db3f89
commit 3effc087a3

View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"dolphin-demo-database-sqlite": {
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"~/.dolphin/dolphin.db"
]
}
}
}