fix: update mcp-hub environment variables and standardize mcp-bridge settings
This commit is contained in:
parent
f2f64ec392
commit
5735a981d8
1 changed files with 7 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
name: 'mcp-hub',
|
||||
script: 'src/index.js',
|
||||
cwd: '/workspace',
|
||||
env: { NODE_ENV: 'development', PORT: 3000, HUB_AUTH: JSON.stringify({"sample-mcp": "changeme"}) },
|
||||
env: { NODE_ENV: 'development', PORT: 3000, HUB_AUTH: JSON.stringify({"sample-mcp": "changeme", "memory-mcp": "changeme"}) },
|
||||
max_restarts: 10,
|
||||
restart_delay: 1000,
|
||||
log_date_format: 'YYYY-MM-DD HH:mm:ss Z',
|
||||
|
|
@ -26,10 +26,14 @@ module.exports = {
|
|||
cwd: '/workspace',
|
||||
env: {
|
||||
BRIDGE_SERVICE_ID: 'memory-mcp',
|
||||
BRIDGE_SECRET: 'dev-secret',
|
||||
BRIDGE_SECRET: 'changeme',
|
||||
BRIDGE_HUB_URL: 'ws://localhost:3000/ws/register',
|
||||
BRIDGE_UPSTREAM_URL: 'https://memory-mcp.dbchat.ai/mcp/sse'
|
||||
}
|
||||
},
|
||||
max_restarts: 10,
|
||||
restart_delay: 2000,
|
||||
log_date_format: 'YYYY-MM-DD HH:mm:ss Z',
|
||||
merge_logs: true
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue