Files
imagen4/claude_desktop_config.json

16 lines
309 B
JSON
Raw Normal View History

{
"mcpServers": {
"imagen4": {
"command": "python",
2025-08-26 02:40:23 +09:00
"args": ["run_mcp_safe.py"],
"cwd": "D:\\Project\\imagen4",
"env": {
2025-08-26 02:40:23 +09:00
"PYTHONPATH": "D:\\Project\\imagen4",
"PYTHONIOENCODING": "utf-8",
"PYTHONUTF8": "1",
"LC_ALL": "C.UTF-8"
}
}
}
}