You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protect dashboard data and admin browser actions behind collector-managed
sessions, and align the new login flow with the existing dashboard design system.
After saving `.mcp.json` and env vars, restart Claude Code (or reload) so `lark-mcp` can start.
197
+
198
+
### 4) Use repo-local skill
199
+
200
+
Skill file: `.claude/skills/lark-suite/SKILL.md`
201
+
202
+
Ask naturally, for example:
203
+
- "Lấy danh sách task đang open trong Lark"
204
+
- "Lấy chi tiết task theo ID ..."
205
+
- "Tóm tắt task theo trạng thái"
206
+
207
+
</details>
208
+
209
+
---
210
+
161
211
<details>
162
212
<summary><h2>Common operations</h2></summary>
163
213
@@ -194,6 +244,10 @@ npm install
194
244
npm run dev
195
245
```
196
246
247
+
Open Vite dev UI at `http://localhost:5173`.
248
+
249
+
> Keep the local collector running too. Vite dev proxy now checks the same auth session flow as production, so `/rest/v1/*` stays locked until you log in.
0 commit comments