diff --git a/.vscode/mcp.json b/.vscode/mcp.json index 8689a9d..5df8e2d 100644 --- a/.vscode/mcp.json +++ b/.vscode/mcp.json @@ -5,5 +5,13 @@ "url": "https://mcp.context7.com/mcp", }, // "finn-eiendom": { } + "finn-eiendom": { + "command": "/root/projects/finn-mcp/.venv/bin/python", + "args": [ + "-m", + "finn_eiendom.mcp_server" + ], + "cwd": "/root/projects/finn-mcp" + } }, } \ No newline at end of file