8da5f40c9f
多平台社交自动化 MCP 服务,首批支持小红书。 - 13 个 MCP 工具:登录管理、内容浏览、发布、互动 - 13 个 REST API 端点,支持 Bearer token 认证和限流 - BrowserManager:串行队列、背压、崩溃恢复 - Cookie 持久化:原子写入、0600 权限 - 安全:DNS rebinding 防御、错误脱敏、深层日志 redact - Docker 部署支持 - 28 个单元测试全部通过
15 lines
296 B
Bash
15 lines
296 B
Bash
# Server
|
|
PORT=3000
|
|
HOST=127.0.0.1
|
|
|
|
# Browser
|
|
HEADLESS=true
|
|
# BROWSER_BIN=/path/to/chromium # Optional: custom Chromium binary path
|
|
|
|
# Allow remote access (DANGEROUS - only set if you understand the risk)
|
|
# ALLOW_REMOTE=yes-i-understand-the-risk
|
|
|
|
# Logging
|
|
# NODE_ENV=production
|
|
# LOG_LEVEL=info
|