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.
- package/.mcpregistry_github_token +1 -0
- package/.mcpregistry_registry_token +1 -0
- package/package.json +1 -1
- package/server.json +16 -19
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ghu_aSsuoeVPpwbVOMlqwUOOhb4dZ5OmFl3Q7J3p
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NzA3Mzk0MTgsIm5iZiI6MTc3MDczOTExOCwiaWF0IjoxNzcwNzM5MTE4LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6ImVpZGV0aWMtd29ya3MiLCJwZXJtaXNzaW9ucyI6W3siYWN0aW9uIjoicHVibGlzaCIsInJlc291cmNlIjoiaW8uZ2l0aHViLmVpZGV0aWMtd29ya3MvKiJ9XX0.Et4VRwTy8I6gqn1A7FvPwUQgjBWX47OFCA42ieXpDOWI2UbNM4H70HlQMOw-MD6HMp8pRM5BomVllnObp4C-Dg","expires_at":1770739418}
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"description": "
|
|
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
|
-
"
|
|
15
|
-
"
|
|
6
|
+
"url": "https://github.com/eidetic-works/nucleus-mcp",
|
|
7
|
+
"source": "github"
|
|
16
8
|
},
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
|
}
|