Files
livedash-node/.gemini/settings.json
Max Kowalski fd55b30398 shit
2025-06-26 22:43:22 +02:00

21 lines
369 B
JSON

{
"mcpServers": {
"sqlite": {
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"./prisma/dev.db"
]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"D:\\Notso\\Product\\Vibe-coding\\livedash-node"
]
}
}
}