a2ae74d582
- Backend: auth refresh reuse, schedule/retry/sync/agent/files fixes - Frontend: push WS, files ETag browse, vite build assets - Docs: audit/changelog, production deploy gate, bug scan registry B7-77 - Deploy: deploy-production.sh, prune assets, gate logs
960 B
960 B
2026-06-04 — Cursor 插件对照 + Linux MySQL MCP
摘要
新增 Nexus 与 Cursor 插件/MCP/Skills 对照文档;将 .cursor/mcp.json 从 Windows/WSL 路径改为 Ubuntu 原生 linux_mcp_mysql.sh。
动机
开发机迁移到 ~/Nexus(Linux)后,原 mcp.json 仍指向 wsl 与 C:\Users\...,MySQL MCP 无法启动;需明确哪些已装插件适合本项目。
涉及文件
docs/project/cursor-plugins-for-nexus.md(新建)scripts/linux_mcp_mysql.sh(新建).cursor/mcp.jsondocs/project/mysql-mcp-setup.md(Linux 章节)docs/project/AI-HANDOFF-2026-06-03.md(插件索引)
迁移 / 重启
- Cursor:Developer: Reload Window 后检查 MCP
mysql-mcp绿点 - 需 Node 20+:
node -v
验证
python3 scripts/sync_mysql_mcp_env.py --writable
bash scripts/linux_mcp_mysql.sh # 应启动 MCP(Ctrl+C 退出)
Agent 侧:test_connection + list_tables。