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.
@@ -102,7 +102,7 @@ async function getEngine() {
102
102
  // ── MCP Server ─────────────────────────────────────────────
103
103
  const server = new McpServer({
104
104
  name: "psyche",
105
- version: "9.2.1",
105
+ version: "9.2.2",
106
106
  }, {
107
107
  capabilities: {
108
108
  resources: {},
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "psyche-ai",
3
- "version": "9.2.1",
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-based mood, personality (MBTI/Big Five), empathy, attachment, trait drift. Makes AI feel, not just respond.",
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.0",
9
+ "version": "9.2.2",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "psyche-ai",
14
- "version": "9.2.0",
14
+ "version": "9.2.2",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },