Skip to content

Commit 2f85c4f

Browse files
committed
add missing
1 parent 84163d5 commit 2f85c4f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ node_modules
2222
*.local.md
2323
/.trash
2424
/.obsidian
25-
/wener
25+
#/wener
105 KB
Loading

notes/platform/feishu/feishu-dev.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ tags:
88
- API Schema
99
- `https://open.feishu.cn/api_explorer/v1/api_definition?project=task&version=v2&resource=tasklist&apiName=tasks`
1010
- Meego
11+
- tenant_access_token
12+
- user_access_token
1113

1214
---
1315

@@ -19,7 +21,7 @@ tags:
1921
- im.db
2022
- secretchat.db
2123
- contact.db
22-
- search_v2_*.db
24+
- `search_v2_*.db`
2325
- whisper.db
2426
- ~/Library/Containers/com.larksuite.macos.lark/ - 沙盒应用数据
2527
- 用户数据存储:
@@ -44,4 +46,9 @@ tags:
4446
npm add @larksuiteoapi/lark-mcp -g
4547

4648
lark-mcp -V
49+
50+
npx -y @larksuiteoapi/lark-mcp login -a $APP_ID -s $APP_SECRET
4751
```
52+
53+
- https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/mcp_integration/mcp_installation#46d7e401
54+
- https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/mcp_integration/advanced-configuration

0 commit comments

Comments
 (0)