-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 828 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": "cogcor-mcp",
"version": "1.0.0",
"description": "CogCor — Cognitive Core MCP Server. Persistent memory, emotional state, identity, and drift detection for AI companions.",
"main": "src/index.ts",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"tail": "wrangler tail"
},
"keywords": [
"mcp",
"cognitive-core",
"ai-companion",
"emotional-state",
"memory",
"cloudflare-workers"
],
"author": "Mai (amarisaster)",
"license": "PolyForm-Noncommercial-1.0.0",
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.1",
"agents": "^0.2.35",
"ai": "^5.0.116",
"zod": "^4.2.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251221.0",
"typescript": "^5.9.3",
"wrangler": "^4.56.0"
}
}