- Remove http black.lan:3910 entry for quinn-my - Add direct bun run to codebase/@features/my/mcp-server/src/index.ts - Wire local env: QUINN_MY_BASE_URL localhost:13024, QUINN_API localhost:13030, QUINN_ADMIN localhost:13023 + tokens - Minor: whatsapp device port 5555 -> 5556 Aligns with ct-forge canonical + black infra decommission (no more black.lan MCP for my surface in this .mcp.json). Dev/local authoring friendly.
96 lines
3.1 KiB
JSON
96 lines
3.1 KiB
JSON
{
|
|
"mcpServers": {
|
|
"experts": {
|
|
"command": "node",
|
|
"args": [
|
|
"/var/home/lilith/Code/@projects/@lilith/lilith-platform.live/node_modules/@lilith/mcp-experts/dist/index.js"
|
|
],
|
|
"env": {}
|
|
},
|
|
"quinn-my": {
|
|
"command": "bun",
|
|
"args": [
|
|
"run",
|
|
"/Users/natalie/Code/@projects/@lilith/lilith-platform.live/codebase/@features/my/mcp-server/src/index.ts"
|
|
],
|
|
"env": {
|
|
"QUINN_MY_BASE_URL": "http://localhost:13024",
|
|
"QUINN_MY_TOKEN": "607add2497b7a4105fa7f978f824e73a9aa82c0281ad204e8724112de56563c3",
|
|
"QUINN_API_BASE_URL": "http://localhost:13030",
|
|
"QUINN_API_TOKEN": "020dda852178ad8e3a6739eb476e64a93a9104b928a0ffbd8c841378fd0a5e01",
|
|
"QUINN_ADMIN_BASE_URL": "http://localhost:13023",
|
|
"QUINN_ADMIN_SERVICE_TOKEN": "284e2ae93af75d2d08f7b2f347588f2f60305b91f7721f1a0412386596018acc"
|
|
}
|
|
},
|
|
"quinn-admin-do-internal": {
|
|
"type": "http",
|
|
"url": "http://10.9.0.5:3911/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer 3a341b950fbb0ff4058f6c5fc2a7c8939c123e2fb16d4190b22ecf4c7831111d"
|
|
}
|
|
},
|
|
"quinn-admin": {
|
|
"command": "bun",
|
|
"args": [
|
|
"run",
|
|
"/Users/natalie/Code/@projects/@lilith/lilith-platform.live/codebase/@features/admin/mcp-server/src/index.ts"
|
|
],
|
|
"env": {
|
|
"QUINN_API_URL": "http://localhost:13030",
|
|
"QUINN_API_SERVICE_TOKEN": "020dda852178ad8e3a6739eb476e64a93a9104b928a0ffbd8c841378fd0a5e01",
|
|
"QUINN_MY_BASE_URL": "https://my.transquinnftw.com"
|
|
}
|
|
},
|
|
"quinn-prospector": {
|
|
"type": "http",
|
|
"url": "http://black.lan:3912/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer fadd19f0bef37226ca6b1573eca695ee0a7f856bf701cf06a156a55849033209"
|
|
}
|
|
},
|
|
"quinn-messenger": {
|
|
"type": "http",
|
|
"url": "http://black.lan:3913/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer 714d4c7665434cfdf74e9a45f6ff5b2db8c25e0f80489418d21e7f36ec6398ff"
|
|
}
|
|
},
|
|
"quinn-analytics": {
|
|
"type": "http",
|
|
"url": "http://black.lan:3914/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer be883c472343c990beb38a00111abc21a8f40a374b518eaf816c715c10a90d21"
|
|
}
|
|
},
|
|
"quinn-adwatch": {
|
|
"command": "bun",
|
|
"args": [
|
|
"run",
|
|
"/Users/natalie/Code/@projects/@lilith/lilith-platform.live/codebase/@features/ad-watch/src/index.ts"
|
|
],
|
|
"env": {
|
|
"QUINN_API_BASE_URL": "https://api.transquinnftw.com"
|
|
}
|
|
},
|
|
"quinn-mr-number": {
|
|
"command": "bun",
|
|
"args": [
|
|
"run",
|
|
"/Users/natalie/Code/@projects/@lilith/lilith-platform.live/users/transquinnftw/tools/mr-number-lookup/mcp/index.ts"
|
|
],
|
|
"env": {
|
|
"MR_NUMBER_DEVICE": "localhost:5555"
|
|
}
|
|
},
|
|
"quinn-whatsapp": {
|
|
"command": "bun",
|
|
"args": [
|
|
"run",
|
|
"/Users/natalie/Code/@projects/@lilith/lilith-platform.live/users/transquinnftw/tools/whatsapp-lookup/mcp/index.ts"
|
|
],
|
|
"env": {
|
|
"WHATSAPP_DEVICE": "localhost:5556"
|
|
}
|
|
}
|
|
}
|
|
}
|