Skip to content

Commit 8bcbab4

Browse files
committed
添加 MCP 使用文档
1 parent fce27a2 commit 8bcbab4

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

docs/en-us/tutorial.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ curl -X "POST" "https://api.day.app/push" \
5353
}'
5454
```
5555

56+
#### MCP
57+
```json
58+
"servers": {
59+
"bark": {
60+
"type": "http",
61+
"url": "https://api.day.app/mcp/your_key"
62+
}
63+
}
64+
```
65+
5666
## Request Parameters
5767
List of supported parameters, specific effects can be previewed in the APP.
5868

docs/tutorial.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ curl -X "POST" "https://api.day.app/push" \
5353
}'
5454
```
5555

56+
#### MCP
57+
```json
58+
"servers": {
59+
"bark": {
60+
"type": "http",
61+
"url": "https://api.day.app/mcp/your_key"
62+
}
63+
}
64+
```
65+
5666
## 请求参数
5767
支持的参数列表,具体效果可在APP内预览。
5868

0 commit comments

Comments
 (0)