-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 775 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 775 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
{
"name": "levels-of-self-mcp-server",
"version": "1.1.1",
"description": "MCP server for the Levels of Self self-awareness game - 6,854 interactive scenarios across 7 levels of development",
"main": "server.js",
"bin": {
"levels-of-self-mcp-server": "./stdio.js"
},
"scripts": {
"start": "node server.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"self-awareness",
"personal-development",
"coaching",
"game"
],
"author": "Arthur Palyan <artpalyan@levelsofself.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/levelsofself/mcp-server"
},
"mcpName": "io.github.levelsofself/self-awareness-game",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
}
}