-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
34 lines (34 loc) · 1014 Bytes
/
server.json
File metadata and controls
34 lines (34 loc) · 1014 Bytes
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.msenol/gorev",
"description": "Task management system for AI assistants with MCP protocol, templates, and bilingual support (TR/EN)",
"version": "0.17.0",
"repository": {
"url": "https://github.com/msenol/Gorev",
"source": "github",
"id": "msenol/Gorev"
},
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mehmetsenol/gorev-mcp-server",
"version": "0.16.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "GOREV_LANG",
"description": "Language preference (en for English, tr for Turkish)",
"isRequired": false
},
{
"name": "GOREV_DATA_DIR",
"description": "Directory for storing Gorev database and data files",
"isRequired": false
}
]
}
]
}