Files
janssen/.mcp.json
T
2026-06-04 11:40:45 +02:00

35 lines
1.0 KiB
JSON

{
"mcpServers": {
"janssen-mongo": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\mcp_mongo.py"],
"cwd": "U:\\PythonProject\\Janssen"
},
"janssen-postgres": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\mcp_postgres.py"],
"cwd": "U:\\PythonProject\\Janssen"
},
"jnjemails": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\EmailsImport\\mcp_jnjemails.py"],
"cwd": "U:\\PythonProject\\Janssen\\EmailsImport"
},
"soubory": {
"command": "U:\\janssen\\.venv\\Scripts\\python.exe",
"args": ["U:\\janssen\\soubory\\mcp_soubory.py"],
"cwd": "U:\\janssen\\soubory"
},
"emaily": {
"command": "U:\\janssen\\.venv\\Scripts\\python.exe",
"args": ["U:\\janssen\\EmailsImport\\mcp_emaily.py"],
"cwd": "U:\\janssen\\EmailsImport"
},
"owa": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\Outlook\\mcp_owa_v1.3.py"],
"cwd": "U:\\PythonProject\\Janssen\\Outlook"
}
}
}