This commit is contained in:
Ole
2026-05-16 16:14:01 +00:00
parent 1399f61c1a
commit 71cc9c86a0
18 changed files with 1797 additions and 15 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
{
"servers": {
"servers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
},
},
// "finn-eiendom": { }
},
}
+4 -1
View File
@@ -1,5 +1,5 @@
{
"python.defaultInterpreterPath": ".venv/bin/python",
"python.defaultInterpreterPath": "",
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestArgs": [
@@ -19,5 +19,8 @@
"**/.pytest_cache": true,
"**/.mypy_cache": true,
"**/.ruff_cache": true
},
"chat.tools.terminal.autoApprove": {
"/root/projects/finn-mcp/.venv/bin/python": true
}
}