docs(miniprogram): 新增 MCP 联调章节 — 操作指南 + 已知限制 + 故障排查
- wiki/miniprogram.md §6: 完整 MCP 联调文档 - 前置条件与建立连接 - 16 个 MCP 工具使用说明 - 绕过微信登录的 storage 注入流程 - TabBar 页面列表与导航注意事项 - 已知限制:screenshot 超时、navigateTo 超时、auth 重定向 - e2e 验证脚本说明 - wiki/index.md: 新增 3 条 MCP 相关症状导航
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
| 小程序登录失败 `btoa is not defined` | [[miniprogram]] secure-storage | Web API 不可用 | 使用 `Taro.arrayBufferToBase64` 替代 |
|
||||
| 微信登录 500 | [[database]] wechat_users 表结构 | Entity 字段与表不匹配 | 补 `created_by/updated_by/version` 列 |
|
||||
| 迁移文件缺失报错 | [[database]] 迁移注册 | migration/src/lib.rs | 已应用的迁移文件被删除,需创建 stub |
|
||||
| MCP 连接失败 `split` error | [[miniprogram]] MCP 联调 | project.config.json | 未开启 `automationAudits` |
|
||||
| MCP mp_screenshot 超时 | [[miniprogram]] MCP 联调 | automator 已知 bug | 用 `page_getElement` 替代截图 |
|
||||
| MCP 导航后跳回登录页 | [[miniprogram]] MCP 联调 §6.4 | storage 被清空 | 加密 token 写入后立即 reLaunch |
|
||||
|
||||
## 模块导航
|
||||
|
||||
|
||||
Reference in New Issue
Block a user