feat: add initial MCP configuration for Dolphin server

This commit is contained in:
2025-03-25 18:09:08 +00:00
parent 4bdda5dd76
commit b76259797f

12
config/mcp_config.json Normal file
View File

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