-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathserver.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.taisly/agent",
"title": "Taisly Social Media Posting",
"description": "Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly.",
"websiteUrl": "https://taisly.com/en/ai-agent-kit",
"icons": [
{
"src": "https://app.taisly.com/logo512.png",
"mimeType": "image/png",
"sizes": ["512x512"]
},
{
"src": "https://app.taisly.com/logo192.png",
"mimeType": "image/png",
"sizes": ["192x192"]
}
],
"repository": {
"url": "https://github.com/taisly/agent",
"source": "github"
},
"version": "0.2.8",
"remotes": [
{
"type": "streamable-http",
"url": "https://app.taisly.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@taisly/agent",
"version": "0.2.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "TAISLY_API_KEY",
"description": "Optional. Run `taisly setup --agent <agent-slug>` to store a local Taisly agent credential, or set this manual API key from Taisly Settings.",
"format": "string",
"isRequired": false,
"isSecret": true
}
]
}
]
}