mcp configured
This commit is contained in:
16
.mcp.json
Normal file
16
.mcp.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user