-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 876 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
35
36
37
{
"name": "darkd-skills-mcp",
"version": "1.0.0",
"description": "MCP server exposing four DarkD AI agent skills: Integral Hermeneutics, Rune Wisdom, What-If Scenario Builder, Strategical Alignment",
"main": "index.mjs",
"scripts": {
"start": "node index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DarkD/darkd-mcp.git"
},
"keywords": [
"mcp",
"mcp-server",
"hermeneutics",
"rune",
"divination",
"foresight",
"strategic-alignment",
"white-rock"
],
"author": "DarkD",
"license": "MIT-0",
"type": "module",
"bugs": {
"url": "https://github.com/DarkD/darkd-mcp/issues"
},
"homepage": "https://github.com/DarkD/darkd-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"zod": "^4.4.3"
},
"bin": {
"darkd-skills-mcp": "./index.mjs"
}
}