deps-upgrade(config): ⬆️ Pin Bun dependencies in lockfile and update .mcp.json for build consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
7e8ae4c485
commit
2e33ccc6a2
2 changed files with 1182 additions and 731 deletions
13
.mcp.json
Normal file
13
.mcp.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue