改进MCP发布体验:URL媒体下载、内容限制校验、发布返回笔记链接、新增查看已发布笔记工具;整合发布入口至小红书页面modal;端口统一改为9527;新增pnpm run restart脚本

This commit is contained in:
2026-03-02 10:48:30 +08:00
parent 7661a723ea
commit def0828815
17 changed files with 529 additions and 278 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ export interface AppConfig {
// ---------------------------------------------------------------------------
export const config: AppConfig = {
port: envInt('PORT', 3000),
port: envInt('PORT', 9527),
host,
headless: envBool('HEADLESS', true),
browserBin: process.env['BROWSER_BIN'] || undefined,