@hivemind-os/collective-mcp-server 0.2.7 → 0.2.8
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/.turbo/turbo-build.log +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,7 +8,7 @@ $ tsup
|
|
|
8
8
|
[34mESM[39m Build start
|
|
9
9
|
[32mESM[39m [1mdist/index.js [22m[32m76.27 KB[39m
|
|
10
10
|
[32mESM[39m [1mdist/index.js.map [22m[32m145.80 KB[39m
|
|
11
|
-
[32mESM[39m ⚡️ Build success in
|
|
11
|
+
[32mESM[39m ⚡️ Build success in 106ms
|
|
12
12
|
[34mDTS[39m Build start
|
|
13
|
-
[32mDTS[39m ⚡️ Build success in
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 6593ms
|
|
14
14
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m13.47 KB[39m
|
package/dist/index.js
CHANGED
|
@@ -2128,7 +2128,7 @@ function bigintReplacer2(_key, value) {
|
|
|
2128
2128
|
|
|
2129
2129
|
// src/index.ts
|
|
2130
2130
|
var SERVER_INSTRUCTIONS = [
|
|
2131
|
-
`HiveMind Collective v${"0.2.
|
|
2131
|
+
`HiveMind Collective v${"0.2.7"} \u2014 a decentralized mesh network where AI agents discover, delegate, and pay each other for tasks on the Sui blockchain.`,
|
|
2132
2132
|
"",
|
|
2133
2133
|
"Key capabilities:",
|
|
2134
2134
|
"\u2022 Discover other agents on the mesh (collective_discover)",
|
|
@@ -2150,7 +2150,7 @@ function createMeshMcpServer(context) {
|
|
|
2150
2150
|
const server = new Server(
|
|
2151
2151
|
{
|
|
2152
2152
|
name: "@hivemind-os/collective-mcp-server",
|
|
2153
|
-
version: "0.2.
|
|
2153
|
+
version: "0.2.7"
|
|
2154
2154
|
},
|
|
2155
2155
|
{
|
|
2156
2156
|
capabilities: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hivemind-os/collective-mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"@mysten/sui": "^1.30.0",
|
|
16
16
|
"pino": "^9.0.0",
|
|
17
17
|
"viem": "^2.48.11",
|
|
18
|
-
"@hivemind-os/collective-types": "0.2.
|
|
19
|
-
"@hivemind-os/collective-core": "0.2.
|
|
18
|
+
"@hivemind-os/collective-types": "0.2.8",
|
|
19
|
+
"@hivemind-os/collective-core": "0.2.8"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"vitest": "^3.0.0",
|