imajin/.mcp.json
Claude Code 2e33ccc6a2 deps-upgrade(config): ⬆️ Pin Bun dependencies in lockfile and update .mcp.json for build consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00

13 lines
367 B
JSON

{
"mcpServers": {
"imajin": {
"command": "node",
"args": ["/var/home/lilith/Code/@applications/@imajin/@packages/imajin-mcp/dist/index.js"],
"env": {
"IDENTITY_SERVICE_URL": "http://localhost:8009",
"PROCESSING_SERVICE_URL": "http://localhost:8004",
"DIFFUSION_SERVICE_URL": "http://localhost:8002"
}
}
}
}