From 6eedfffa4d430376cc7c04a5080fdf6a2e6b3447 Mon Sep 17 00:00:00 2001 From: Ole Date: Sat, 16 May 2026 16:16:06 +0000 Subject: [PATCH] add mcp --- .vscode/mcp.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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