diff --git a/config/mcp_config.json b/config/mcp_config.json new file mode 100644 index 0000000..f69d814 --- /dev/null +++ b/config/mcp_config.json @@ -0,0 +1,12 @@ +{ + "mcpServers": { + "dolphin-demo-database-sqlite": { + "command": "uvx", + "args": [ + "mcp-server-sqlite", + "--db-path", + "~/.dolphin/dolphin.db" + ] + } + } +} \ No newline at end of file