19 lines
452 B
JSON
19 lines
452 B
JSON
{
|
|
"mcpServers": {
|
|
"changemaker": {
|
|
"command": "npx",
|
|
"args": ["tsx", "mcp-server/src/index.ts"],
|
|
"cwd": "/home/bunker-admin/changemaker.lite",
|
|
"env": {
|
|
"CML_API_URL": "http://localhost:4002",
|
|
"CML_SERVICE_EMAIL": "admin@bnkops.ca",
|
|
"CML_SERVICE_PASSWORD": "ChangeMe2025!"
|
|
}
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["@playwright/mcp@latest", "--headless"]
|
|
}
|
|
}
|
|
}
|