@gethmy/mcp 3.4.0 → 3.4.1

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gethmy/mcp",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "MCP server for Harmony, the shared surface for human–agent teams — agents claim cards, report progress, and move work on your board.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,8 +24,7 @@
24
24
  },
25
25
  "bin": {
26
26
  "harmony-mcp": "dist/cli.js",
27
- "gethmy-mcp": "dist/cli.js",
28
- "harmony-run-hook": "dist/run-hook-cli.js"
27
+ "gethmy-mcp": "dist/cli.js"
29
28
  },
30
29
  "files": [
31
30
  "dist",