mcp configured

This commit is contained in:
2026-01-02 10:27:48 +01:00
parent 5141577723
commit c0a2177d08

16
.mcp.json Normal file
View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"lovdata": {
"type": "stdio",
"command": "/home/lindahl/git/lovdata-ai/python/lovdata-mcp/.venv/bin/python",
"args": [
"-m",
"lovdata_mcp.server"
],
"env": {
"PGDATABASE": "lovdata",
"CWD": "/home/lindahl/git/lovdata-ai/python/lovdata-mcp"
}
}
}
}