Sjednoceni MCP cest na U:\janssen + trilium hostname fallback

.mcp.json: vsechny repo MCP servery na U:\janssen (na Z230 vyresi junction
U:\janssen -> U:\PythonProject\Janssen), owa/vbcz-email zustavaji Z230-only.
TrilliumMCP: COMPUTERNAME fallback na socket.gethostname().

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 07:16:05 +02:00
parent 8ef7d1cfd1
commit 9c675459fa
5 changed files with 32 additions and 11 deletions
+10 -10
View File
@@ -2,23 +2,23 @@
"mcpServers": {
"janssen-mongo": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\mcp_mongo.py"],
"cwd": "U:\\PythonProject\\Janssen"
"args": ["U:\\janssen\\mcp_mongo.py"],
"cwd": "U:\\janssen"
},
"janssen-postgres": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\mcp_postgres.py"],
"cwd": "U:\\PythonProject\\Janssen"
"args": ["U:\\janssen\\mcp_postgres.py"],
"cwd": "U:\\janssen"
},
"jnjemails": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\EmailsImport\\mcp_jnjemails.py"],
"cwd": "U:\\PythonProject\\Janssen\\EmailsImport"
"args": ["U:\\janssen\\EmailsImport\\mcp_jnjemails.py"],
"cwd": "U:\\janssen\\EmailsImport"
},
"soubory": {
"command": "U:\\janssen\\.venv\\Scripts\\python.exe",
"args": ["U:\\janssen\\soubory\\mcp_soubory.py"],
"cwd": "U:\\janssen\\soubory"
"args": ["U:\\janssen\\Soubory\\mcp_soubory.py"],
"cwd": "U:\\janssen\\Soubory"
},
"emaily": {
"command": "U:\\janssen\\.venv\\Scripts\\python.exe",
@@ -37,8 +37,8 @@
},
"trilium": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\TrilliumMCP\\mcp_trilium_v1.1.py"],
"cwd": "U:\\PythonProject\\Janssen\\TrilliumMCP"
"args": ["U:\\janssen\\TrilliumMCP\\mcp_trilium_v1.1.py"],
"cwd": "U:\\janssen\\TrilliumMCP"
}
}
}