-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 812 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
{
"name": "seed-protocol-mcp",
"version": "2.4.0",
"description": "Give your AI a Soul — persistent personality, emotions, memories, and 200+ skills that evolve with every conversation. One command setup for Claude, Cursor, Windsurf, VS Code.",
"type": "module",
"main": "src/index.js",
"bin": {
"seed-protocol-mcp": "src/setup.js"
},
"keywords": [
"mcp",
"seed-protocol",
"ai-personality",
"ai-soul",
"consciousness",
"claude",
"cursor",
"windsurf",
"cline",
"vedanta",
"auto-setup"
],
"license": "MIT",
"homepage": "https://seed.abhibots.com",
"repository": {
"type": "git",
"url": "https://github.com/AbhiWisdom/seed-protocol-mcp"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.24.4"
}
}