Files
invyone/_pipeline/mailbox/mcp-frontend.json
T

14 lines
286 B
JSON

{
"mcpServers": {
"mailbox": {
"command": "node",
"args": [
"/Users/gbpark/agent-pipeline/engine/build/mcp/mailbox-stdio-bridge.js"
],
"env": {
"MAILBOX_URL": "http://127.0.0.1:51824",
"MAILBOX_AGENT": "frontend"
}
}
}
}