stdio(推荐)
weapp-vite mcp --workspace-root /absolute/path/to/weapp-viteweapp-vite ai console
以三条主线组织:MCP 连接能力、Skill 统一工程实践、LLMS 喂给上下文。
MCP
先接入服务,再让 AI 调 tools,避免纯口头建议。
weapp-vite mcp --workspace-root /absolute/path/to/weapp-viteweapp-vite mcp --transport streamable-http --host 127.0.0.1 --port 3088 --endpoint /mcp --workspace-root /absolute/path/to/weapp-viteSkill
统一技能入口,让团队在同一套规则下协作与交付。
npx skills add sonofmagic/skills$weapp-vite-best-practices
$weapp-vite-vue-sfc-best-practices
$wevu-best-practices
$native-to-weapp-vite-wevu-migration$weapp-vite-best-practices$weapp-vite-vue-sfc-best-practices$wevu-best-practices$native-to-weapp-vite-wevu-migrationLLMS
按“索引 -> 全文 -> 结构化索引”逐层加载,降低噪声。
1) /llms.txt
2) /llms-full.txt
3) /llms-index.json
4) 结合 MCP tools 继续定位与验证