We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce27a2 commit 8bcbab4Copy full SHA for 8bcbab4
2 files changed
docs/en-us/tutorial.md
@@ -53,6 +53,16 @@ curl -X "POST" "https://api.day.app/push" \
53
}'
54
```
55
56
+#### MCP
57
+```json
58
+"servers": {
59
+ "bark": {
60
+ "type": "http",
61
+ "url": "https://api.day.app/mcp/your_key"
62
+ }
63
+}
64
+```
65
+
66
## Request Parameters
67
List of supported parameters, specific effects can be previewed in the APP.
68
docs/tutorial.md
## 请求参数
支持的参数列表,具体效果可在APP内预览。
0 commit comments