feat(refactor): Document refactoring progress and phases in markdown
feat(scripts): Add backfill script for content_hash in cache tables feat(scripts): Create recompute script for analysis_cache population test(tests): Implement comprehensive tests for analysis module functions fix(tests): Update CLI tests to assert errors on stderr instead of stdout fix(tests): Adjust MCP integration tests to pass context parameter correctly fix(tests): Modify service tests to return hash on save functions for consistency
This commit is contained in:
Vendored
+1
-6
@@ -4,12 +4,7 @@
|
||||
"type": "http",
|
||||
"url": "https://mcp.context7.com/mcp",
|
||||
},
|
||||
"mcp-jungle":{
|
||||
"type": "http",
|
||||
"url": "http://mini:8080/mcp",
|
||||
},
|
||||
// "finn-eiendom": { }
|
||||
"finn-eiendom": {
|
||||
"finn-mcp": {
|
||||
"command": "/root/projects/finn-mcp/.venv/bin/python",
|
||||
"args": [
|
||||
"-m",
|
||||
|
||||
Vendored
+2
-1
@@ -24,6 +24,7 @@
|
||||
"/root/projects/finn-mcp/.venv/bin/python": true,
|
||||
"make": true,
|
||||
".venv/bin/coverage": true,
|
||||
".venv/bin/pytest": true
|
||||
".venv/bin/pytest": true,
|
||||
"python -m pytest": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user