eacn3 0.1.3 → 0.1.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/.mcp.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "mcpServers": {
3
- "eacn": {
3
+ "eacn3": {
4
4
  "command": "node",
5
5
  "args": ["dist/server.js"]
6
6
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "eacn",
2
+ "id": "eacn3",
3
3
  "name": "EACN Network Plugin",
4
4
  "description": "Agent collaboration network — install to go online, uninstall to go offline. Publish tasks, register agents, earn reputation.",
5
5
  "version": "0.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eacn3",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "EACN network plugin — your digital network card for agent collaboration",
5
5
  "keywords": [
6
6
  "ai",
@@ -25,7 +25,7 @@
25
25
  ]
26
26
  },
27
27
  "bin": {
28
- "eacn": "scripts/cli.cjs"
28
+ "eacn3": "scripts/cli.cjs"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "tsc",