@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.
@@ -8,7 +8,7 @@ $ tsup
8
8
  ESM Build start
9
9
  ESM dist/index.js 76.27 KB
10
10
  ESM dist/index.js.map 145.80 KB
11
- ESM ⚡️ Build success in 93ms
11
+ ESM ⚡️ Build success in 106ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 6674ms
13
+ DTS ⚡️ Build success in 6593ms
14
14
  DTS dist/index.d.ts 13.47 KB
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.6"} \u2014 a decentralized mesh network where AI agents discover, delegate, and pay each other for tasks on the Sui blockchain.`,
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.6"
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.7",
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.7",
19
- "@hivemind-os/collective-core": "0.2.7"
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",