nucleus-mcp 1.0.3 → 1.0.4

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.
@@ -0,0 +1 @@
1
+ ghu_aSsuoeVPpwbVOMlqwUOOhb4dZ5OmFl3Q7J3p
@@ -0,0 +1 @@
1
+ {"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NzA3Mzk0MTgsIm5iZiI6MTc3MDczOTExOCwiaWF0IjoxNzcwNzM5MTE4LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6ImVpZGV0aWMtd29ya3MiLCJwZXJtaXNzaW9ucyI6W3siYWN0aW9uIjoicHVibGlzaCIsInJlc291cmNlIjoiaW8uZ2l0aHViLmVpZGV0aWMtd29ya3MvKiJ9XX0.Et4VRwTy8I6gqn1A7FvPwUQgjBWX47OFCA42ieXpDOWI2UbNM4H70HlQMOw-MD6HMp8pRM5BomVllnObp4C-Dg","expires_at":1770739418}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nucleus-mcp",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "mcpName": "io.github.eidetic-works/nucleus",
5
5
  "description": "The Universal Brain for AI Agents - Cross-platform memory sync for Cursor, Claude, Windsurf",
6
6
  "main": "index.js",
package/server.json CHANGED
@@ -1,23 +1,20 @@
1
1
  {
2
- "mcpId": "nucleus-mcp",
3
- "title": "Nucleus MCP",
4
- "description": "The Sovereign Agent Control Plane. Managed memory, governance ledger, and safe executive control for AI agents.",
5
- "version": "1.0.2",
6
- "categories": [
7
- "Productivity",
8
- "Utility",
9
- "Developer Tools"
10
- ],
11
- "author": "Nucleus Team",
12
- "homepage": "https://github.com/eidetic-works/nucleus-mcp",
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.github.eidetic-works/nucleus",
4
+ "description": "Sovereign agent control plane with task ledger, hypervisor security, and long-term memory.",
13
5
  "repository": {
14
- "type": "git",
15
- "url": "https://github.com/eidetic-works/nucleus-mcp.git"
6
+ "url": "https://github.com/eidetic-works/nucleus-mcp",
7
+ "source": "github"
16
8
  },
17
- "license": "MIT",
18
- "runtime": "python",
19
- "install": {
20
- "npm": "npx -y nucleus-mcp",
21
- "pypi": "pip install nucleus-mcp"
22
- }
9
+ "version": "1.0.2",
10
+ "packages": [
11
+ {
12
+ "registryType": "npm",
13
+ "identifier": "nucleus-mcp",
14
+ "version": "1.0.2",
15
+ "transport": {
16
+ "type": "stdio"
17
+ }
18
+ }
19
+ ]
23
20
  }