psyche-ai 9.2.1 → 9.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/mcp.js +1 -1
- package/package.json +2 -1
- package/server.json +3 -3
package/dist/adapters/mcp.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "psyche-ai",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.2",
|
|
4
4
|
"description": "Artificial Psyche — universal emotional intelligence plugin for any AI agent",
|
|
5
|
+
"mcpName": "io.github.Shangri-la-0428/psyche-ai",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "dist/index.js",
|
|
7
8
|
"types": "dist/index.d.ts",
|
package/server.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.Shangri-la-0428/psyche-ai",
|
|
4
|
-
"description": "Emotional intelligence for AI agents: neurotransmitter
|
|
4
|
+
"description": "Emotional intelligence for AI agents: neurotransmitter mood, personality, empathy, trait drift.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/Shangri-la-0428/psyche-ai",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "9.2.
|
|
9
|
+
"version": "9.2.2",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "psyche-ai",
|
|
14
|
-
"version": "9.2.
|
|
14
|
+
"version": "9.2.2",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|