Skip to content

Commit 6b72d79

Browse files
committed
fix(mcp): set bin properly
1 parent 8a64ddb commit 6b72d79

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/workshop-mcp/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"bin": {
8-
".": "./dist/esm/cli.js"
9-
},
7+
"bin": "./dist/esm/cli.js",
108
"type": "module",
119
"tshy": {
1210
"project": "./tsconfig.build.json",

0 commit comments

Comments
 (0)