-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
43 lines (43 loc) · 1.19 KB
/
server.json
File metadata and controls
43 lines (43 loc) · 1.19 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.evalor/dida365",
"description": "MCP Server for Dida365 (TickTick) Task Management Integration",
"repository": {
"url": "https://github.com/evalor/Dida365MCP",
"source": "github"
},
"version": "0.2.2",
"packages": [
{
"registryType": "npm",
"identifier": "dida365-mcp-server",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OAuth2 Client ID for Dida365/TickTick API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DIDA365_CLIENT_ID"
},
{
"description": "OAuth2 Client Secret for Dida365/TickTick API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DIDA365_CLIENT_SECRET"
},
{
"description": "Region for the service (china or international)",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "DIDA365_REGION"
}
]
}
]
}