phase 2
This commit is contained in:
Vendored
+3
-2
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"servers": {
|
||||
"servers": {
|
||||
"context7": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.context7.com/mcp",
|
||||
},
|
||||
},
|
||||
// "finn-eiendom": { }
|
||||
},
|
||||
}
|
||||
Vendored
+4
-1
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user